MPLABĀ® Harmony Graphics Suite
GFX v3.13.0
Legato API Documentation
|
This struct represents a touch state. More...
#include <C:/microchip/harmony3/gfx/middleware/legato/library/src/gfx/legato/core/legato_input.h>
Data Fields | |
uint32_t | valid |
int32_t | x |
int32_t | y |
This struct represents a touch state.
A touch state has valid touch indicator and touch coordinate location. mouse input.
uint32_t valid |
Valid touch.
int32_t x |
x coordinate location.
int32_t y |
y coordinate location.