|
Monado OpenXR Runtime
|
Wire encoding of three 16 bit integers, little endian. More...

Data Fields | |
| struct psmv_u16_wire | x |
| struct psmv_u16_wire | y |
| struct psmv_u16_wire | z |
Wire encoding of three 16 bit integers, 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.
1.8.13