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

#include <touch.h>

Data Fields

uint32_t flags
 Device flags (eg TOUCH_FLAG_MULTI_POINT).
uint32_t width
 Screen Width.
uint32_t height
 Screen Height.
uint32_t rotation
 Screen Rotation (eg TOUCH_ROTATION_180).
uint32_t maxx
 Maximum (absolute) X position for the touch device.
uint32_t maxy
 Maximum (absolute) Y position for the touch device.
uint32_t maxz
 Maximum (absolute) Z position for the touch device (If applicable).
uint32_t maxwidth
 Maximum touch width value for the touch device (If applicable).
uint32_t maxheight
 Maximum touch height value for the touch device (If applicable).
uint32_t maxpoints
 Maximum number of touch points.

Field Documentation

◆ flags

uint32_t flags

Device flags (eg TOUCH_FLAG_MULTI_POINT).

◆ width

uint32_t width

Screen Width.

◆ height

uint32_t height

Screen Height.

◆ rotation

uint32_t rotation

Screen Rotation (eg TOUCH_ROTATION_180).

◆ maxx

uint32_t maxx

Maximum (absolute) X position for the touch device.

◆ maxy

uint32_t maxy

Maximum (absolute) Y position for the touch device.

◆ maxz

uint32_t maxz

Maximum (absolute) Z position for the touch device (If applicable).

◆ maxwidth

uint32_t maxwidth

Maximum touch width value for the touch device (If applicable).

◆ maxheight

uint32_t maxheight

Maximum touch height value for the touch device (If applicable).

◆ maxpoints

uint32_t maxpoints

Maximum number of touch points.


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