|
| enum class | Type {
None
, Entered
, Exited
, Move
,
Drag
, ButtonDown
, ButtonUp
, Wheel
} |
| |
|
| f32x4 | delta () const noexcept |
| | Get the location of the mouse relative to the start of a drag.
|
| |
◆ delta()
| f32x4 tt::mouse_event::delta |
( |
| ) |
const |
|
inlinenoexcept |
Get the location of the mouse relative to the start of a drag.
◆ cause
Buttons which has caused this event.
◆ clickCount
| int tt::mouse_event::clickCount |
Number of clicks from the last button clicked.
◆ down
Buttons that are pressed/held down.
◆ downPosition
| f32x4 tt::mouse_event::downPosition |
The position the last time a button was pressed.
◆ position
| f32x4 tt::mouse_event::position |
The current position of the mouse pointer.
◆ wheelDelta
| f32x4 tt::mouse_event::wheelDelta |
Change in wheel rotation, in pixels.
The documentation for this struct was generated from the following file: