XValuatorState

Note that the mode field is a bitfield that reports the Proximity status of the device as well as the mode. The mode field should be OR'd with the mask DeviceMode and compared with the values Absolute and Relative to determine the mode, and should be OR'd with the mask ProximityState and compared with the values InProximity and OutOfProximity to determine the proximity state.

Members

Variables

class_
ubyte class_;
Undocumented in source.
length
ubyte length;
Undocumented in source.
mode
ubyte mode;
Undocumented in source.
num_valuators
ubyte num_valuators;
Undocumented in source.
valuators
int* valuators;
Undocumented in source.

Meta