![]() |
PIP 5.6.1
Platform-Independent Primitives
|
Description of a HID axis. More...
#include <pihidevice.h>

Public Attributes | |
| int | bits = 0 |
| Axis resolution in bits when the platform reports it. | |
| int | min = 0 |
| Minimal raw axis value. | |
| int | max = 1 |
| Maximal raw axis value. | |
| bool | is_relative = false |
| Marks relative axes such as wheels or deltas. | |
Public Attributes inherited from PIHIDeviceInfo::ValueInfoBase | |
| int | index = -1 |
| Sequential index in the corresponding public vector. | |
| int | data_index = -1 |
| Platform data index used in input reports. | |
Additional Inherited Members | |
Public Member Functions inherited from PIHIDeviceInfo::ValueInfoBase | |
| bool | isValid () const |
| Returns true when this control description is initialized. | |
Description of a HID axis.