|
API Documentation
|
|
|
float _delta
Wheel's delta.
Definition: WheelEventData.h:15
nkMaths::Point _mouseRel
The mouse's position at event time, relative to the component it is currently hovering.
Definition: WheelEventData.h:13
bool _xButton2Down
If the mouse x2 button is down (true) or not (false).
Definition: WheelEventData.h:23
bool _leftButtonDown
If the left mouse button is down (true) or not (false).
Definition: WheelEventData.h:18
bool _ctrlDown
If ctrl key is down (true) or not (false).
Definition: WheelEventData.h:17
Represents a 2D Point.
Definition: Point.h:12
bool _xButton1Down
If the mouse x1 button is down (true) or not (false).
Definition: WheelEventData.h:22
bool _shiftKeyDown
If the shift key is down (true) or not (false).
Definition: WheelEventData.h:21
Data holder for a wheel event.
Definition: WheelEventData.h:12
Encompasses all API of component NilkinsWinUi.
Definition: Clipboard.h:7
bool _rightButtonDown
If the right mouse button is down (true) or not (false).
Definition: WheelEventData.h:20
bool _middleButtonDown
If the middle mouse button is down (true) or not (false).
Definition: WheelEventData.h:19