Data holder for a click event. More...
Public Attributes | |
nkMaths::Point | _mouseRel |
Clicking position, relative to the calling component. | |
MOUSE_BUTTON | _button = MOUSE_BUTTON::MOUSE_LEFT |
The button pressed. | |
bool | _pressed = true |
Whether the event is a push (true) or release (false) event. | |
Data holder for a click event.