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

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

Field Documentation

◆ flags

uint32_t flags

Device flags (eg MOUSE_FLAG_SWAP_BUTTONS).

◆ rotation

uint32_t rotation

Screen Rotation (eg MOUSE_ROTATION_180).

◆ maxx

uint32_t maxx

Maximum (absolute) X value for the mouse device.

◆ maxy

uint32_t maxy

Maximum (absolute) Y value for the mouse device.

◆ maxwheel

uint32_t maxwheel

Maximum (absolute) wheel value for the mouse device.

◆ maxbuttons

uint32_t maxbuttons

Maximum buttons mask (eg MOUSE_LEFT_BUTTON or MOUSE_RIGHT_BUTTON etc).


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