Monado OpenXR Runtime
|
Wire encoding of a single 16 bit integer, little endian. More...
Data Fields | |
uint8_t | low |
uint8_t | high |
Wire encoding of a single 16 bit integer, little endian.
The values are unsigned 16-bit integers and stored as two's complement. The values are shifted up to always report positive numbers. Subtract 0x8000 to obtain signed values and determine direction from the sign.