|
inline |
Initializes a new instance of the MouseEventArgs class.
button | One of the xtd::forms::mouse_buttons values that indicate which mouse button was pressed. |
clicks | The number of times a mouse button was pressed. |
x | The x-coordinate of a mouse click, in pixels. |
y | The y-coordinate of a mouse click, in pixels. |
delta | A signed count of the number of detents the wheel has rotated. |