A container for Glove Snapshot data. More...
#include <xsglovesnapshot.h>
Public Attributes | |
XsFingerSnapshot | m_fingers [12] |
The 12 fingers. More... | |
uint32_t | m_frameNumber |
The frame number associated with the fingerdata. More... | |
uint8_t | m_padByte |
A padded byte to align fingerdata. More... | |
uint16_t | m_validSampleFlags |
The valid sample flags. More... | |
A container for Glove Snapshot data.
Definition at line 133 of file xsglovesnapshot.h.
XsFingerSnapshot XsGloveSnapshot::m_fingers[12] |
The 12 fingers.
Definition at line 138 of file xsglovesnapshot.h.
uint32_t XsGloveSnapshot::m_frameNumber |
The frame number associated with the fingerdata.
Definition at line 135 of file xsglovesnapshot.h.
uint8_t XsGloveSnapshot::m_padByte |
A padded byte to align fingerdata.
Definition at line 137 of file xsglovesnapshot.h.
uint16_t XsGloveSnapshot::m_validSampleFlags |
The valid sample flags.
Definition at line 136 of file xsglovesnapshot.h.