PIP 5.6.1
Platform-Independent Primitives
Public Attributes | List of all members
PIHIDeviceInfo::AxisInfo Struct Reference

Description of a HID axis. More...

#include <pihidevice.h>

Inheritance diagram for PIHIDeviceInfo::AxisInfo:
Inheritance graph
[legend]

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.
 

Detailed Description

Description of a HID axis.