![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#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. | |
| 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.