![]() |
Ultibo API
C/C++ API for Ultibo Core
|
#include <mouse.h>
Data Fields | |
| uint32_t | flags |
| Device flags (eg MOUSE_FLAG_SWAP_BUTTONS). | |
| uint32_t | rotation |
| Screen Rotation (eg MOUSE_ROTATION_180). | |
| uint32_t | maxx |
| Maximum (absolute) X value for the mouse device. | |
| uint32_t | maxy |
| Maximum (absolute) Y value for the mouse device. | |
| uint32_t | maxwheel |
| Maximum (absolute) wheel value for the mouse device. | |
| uint32_t | maxbuttons |
| Maximum buttons mask (eg MOUSE_LEFT_BUTTON or MOUSE_RIGHT_BUTTON etc). | |
| uint32_t flags |
Device flags (eg MOUSE_FLAG_SWAP_BUTTONS).
| uint32_t rotation |
Screen Rotation (eg MOUSE_ROTATION_180).
| uint32_t maxx |
Maximum (absolute) X value for the mouse device.
| uint32_t maxy |
Maximum (absolute) Y value for the mouse device.
| uint32_t maxwheel |
Maximum (absolute) wheel value for the mouse device.
| uint32_t maxbuttons |
Maximum buttons mask (eg MOUSE_LEFT_BUTTON or MOUSE_RIGHT_BUTTON etc).