![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <touch.h>
Data Fields | |
| uint32_t | info |
| Bitmap of touch info values (eg TOUCH_FINGER). | |
| uint16_t | pointid |
| The touch point ID value for this touch (First ID is 1). | |
| int16_t | positionx |
| The X position of this touch point. | |
| int16_t | positiony |
| The Y position of this touch point. | |
| int16_t | positionz |
| The Z position of this touch point (If applicable). | |
| uint16_t | touchwidth |
| The Width of this touch point (If applicable). | |
| uint16_t | touchheight |
| The Height of this touch point (If applicable). | |
| void * | parameter |
| The parameter for the event callback (If applicable). | |
| uint32_t info |
Bitmap of touch info values (eg TOUCH_FINGER).
| uint16_t pointid |
The touch point ID value for this touch (First ID is 1).
| int16_t positionx |
The X position of this touch point.
| int16_t positiony |
The Y position of this touch point.
| int16_t positionz |
The Z position of this touch point (If applicable).
| uint16_t touchwidth |
The Width of this touch point (If applicable).
| uint16_t touchheight |
The Height of this touch point (If applicable).
| void* parameter |
The parameter for the event callback (If applicable).