A structure containing information on a multi-finger gesture (touch) event.
More...
#include <Event.hpp>
|
| TouchID | id |
| | The touch device index identifier.
|
| float | x |
| | The X coordinate of the event.
|
| float | y |
| | The Y coordinate of the event.
|
| float | dTheta |
| | ...???
|
| float | dDist |
| | ...???
|
| uint16 | num_fingers |
| | The number of fingers used in the gesture event.
|
A structure containing information on a multi-finger gesture (touch) event.
Definition at line 383 of file Event.hpp.
◆ dDist
| float nom::GestureEvent::dDist |
◆ dTheta
| float nom::GestureEvent::dTheta |
◆ id
| TouchID nom::GestureEvent::id |
The touch device index identifier.
Definition at line 386 of file Event.hpp.
◆ num_fingers
| uint16 nom::GestureEvent::num_fingers |
The number of fingers used in the gesture event.
Definition at line 401 of file Event.hpp.
| float nom::GestureEvent::x |
The X coordinate of the event.
Definition at line 389 of file Event.hpp.
| float nom::GestureEvent::y |
The Y coordinate of the event.
Definition at line 392 of file Event.hpp.
The documentation for this struct was generated from the following file:
- /home/jeff/Projects/nomlib.git/include/nomlib/system/Event.hpp