Skip to content

MTY_Axis

chrisd1100 edited this page Aug 25, 2022 · 1 revision

Controller axis.

typedef struct {
    uint16_t usage;
    int16_t  value;
    int16_t  min;
    int16_t  max;
} MTY_Axis;

Members

usage (uint16_t)

The mapped HID usage ID.

value (int16_t)

Axis value.

min (int16_t)

Axis logical minimum.

max (int16_t)

Axis logical maximum.

See also

Module: App

Clone this wiki locally