|
EasyGUI
|
Single touch data structure. More...
#include <gui_defs.h>
Data Fields | |
| uint8_t | count |
| gui_dim_t | x [GUI_CFG_TOUCH_MAX_PRESSES] |
| gui_dim_t | y [GUI_CFG_TOUCH_MAX_PRESSES] |
| gui_touch_state_t | status |
| uint32_t | time |
Single touch data structure.
| uint8_t count |
Number of touches detected
| gui_touch_state_t status |
Touch status, pressed or released
| uint32_t time |
Time when touch was recorded
Touch X coordinate
Touch Y coordinate