A structure containing information on a finger (touch) event.
More...
#include <Event.hpp>
|
| FingerID | id |
| | The finger index identifier.
|
| float | x |
| | The X coordinate of the event; normalized 0..1.
|
| float | y |
| | The Y coordinate of the event; normalized 0..1.
|
| float | pressure |
| | The quantity of the pressure applied; normalized 0..1.
|
A structure containing information on a finger (touch) event.
Definition at line 337 of file Event.hpp.
◆ id
| FingerID nom::FingerEvent::id |
The finger index identifier.
Definition at line 340 of file Event.hpp.
◆ pressure
| float nom::FingerEvent::pressure |
The quantity of the pressure applied; normalized 0..1.
Definition at line 349 of file Event.hpp.
| float nom::FingerEvent::x |
The X coordinate of the event; normalized 0..1.
Definition at line 343 of file Event.hpp.
| float nom::FingerEvent::y |
The Y coordinate of the event; normalized 0..1.
Definition at line 346 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