Class MouseButtonArgs
Inheritance
System.Object
MouseButtonArgs
Assembly: AxEngine.dll
public class MouseButtonArgs
Properties
|
Improve this Doc
View Source
Declaration
public InputAction Action { get; }
Property Value
Type |
Description |
OpenToolkit.Windowing.Common.InputAction |
|
|
Improve this Doc
View Source
Declaration
public MouseButton Button { get; }
Property Value
Type |
Description |
OpenToolkit.Windowing.Common.Input.MouseButton |
|
|
Improve this Doc
View Source
Declaration
public bool Handled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool IsPressed { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public KeyModifiers Modifiers { get; }
Property Value
Type |
Description |
OpenToolkit.Windowing.Common.Input.KeyModifiers |
|
|
Improve this Doc
View Source
Declaration
public Vector2 OldPosition { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public Vector2 OldPositionNDC { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public Vector2 Position { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public Vector2 PositionNDC { get; }
Property Value
Type |
Description |
OpenToolkit.Mathematics.Vector2 |
|