Class OnMouseDownEventArgs
Inherited Members
Namespace: Slipe.Client.Gui.Events
Assembly: SlipeClient.dll
Syntax
public class OnMouseDownEventArgs
Properties
| Improve this Doc View SourceMouseButton
The mouse button that was pressed.
Declaration
public MouseButton MouseButton { get; }
Property Value
Type | Description |
---|---|
MouseButton |
ScreenPosition
Position on the screen the player clicked on.
Declaration
public Vector2 ScreenPosition { get; }
Property Value
Type | Description |
---|---|
Vector2 |