A touchscreen event. More...
#include <event.hpp>
Public Attributes | |
| bool | triggered = false |
| True if this event should be handled, false otherwise. | |
| event_t | type |
| The touchscreen event type. | |
| uint8_t | contacts |
| The number of distinct points on the screen that were touched. | |
| Coords | points [5] |
| A list of coordinates corresponding to each touch point, accounting for screen rotation. | |
| time_t | timeHeld |
| The number of milliseconds that the screen has been pressed continuously. | |
| Position | coords [5] |
| A list of relative positions on the parent widget that are being touched. | |
A touchscreen event.