Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_TOUCH_DATA Struct Reference

#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).

Field Documentation

◆ info

uint32_t info

Bitmap of touch info values (eg TOUCH_FINGER).

◆ pointid

uint16_t pointid

The touch point ID value for this touch (First ID is 1).

◆ positionx

int16_t positionx

The X position of this touch point.

◆ positiony

int16_t positiony

The Y position of this touch point.

◆ positionz

int16_t positionz

The Z position of this touch point (If applicable).

◆ touchwidth

uint16_t touchwidth

The Width of this touch point (If applicable).

◆ touchheight

uint16_t touchheight

The Height of this touch point (If applicable).

◆ parameter

void* parameter

The parameter for the event callback (If applicable).


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