The MouseArguments type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Alt | Gets whether Alt-key was pressed. |
![]() | Button | Gets whether mouse button was pressed. |
![]() | Clicks | Gets the number of times the mouse button was pressed and released. |
![]() | Ctrl | Gets whether Ctrl-key was pressed. |
![]() | Delta | Gets the signed number count of the of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel. |
![]() | Shift | Gets whether Shift-key was pressed. |
![]() | X | Gets the x-coordinate of the mouse cursor. |
![]() | Y | Gets the y-coordinate of the mouse cursor. |