gigawidgets 0.3.55
A wxWidgets-style UI library for the Arduino Giga Display Shield.
 
Loading...
Searching...
No Matches
ui::Event Struct Reference

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.
 

Detailed Description

A touchscreen event.


The documentation for this struct was generated from the following file: