Class MouseMoveArgs
Inheritance
System.Object
MouseMoveArgs
Assembly: AxEngine.dll
Syntax
public class MouseMoveArgs
Properties
|
Improve this Doc
View Source
Delta
Declaration
public Vector2 Delta { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
DeltaX
Declaration
public float DeltaX { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
DeltaY
Declaration
public float DeltaY { get; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OldPosition
Declaration
public Vector2 OldPosition { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Position
Declaration
public Vector2 Position { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|