Class OrientationChangedArgs
Represents the orientation of the compass.
Inherited Members
Namespace: Evergine.Common.Input
Assembly: Evergine.Common.dll
Syntax
public class OrientationChangedArgs : EventArgs
Constructors
OrientationChangedArgs(DisplayOrientation)
Initializes a new instance of the OrientationChangedArgs class.
Declaration
public OrientationChangedArgs(DisplayOrientation orientation)
Parameters
Type | Name | Description |
---|---|---|
DisplayOrientation | orientation | The orientation. |
Properties
NewOrientation
Gets the new orientation.
Declaration
public DisplayOrientation NewOrientation { get; }
Property Value
Type | Description |
---|---|
DisplayOrientation |