enum NUI_HAND_HANDEDNESS
{
NUI_HAND_LEFT = 0,
NUI_HAND_RIGHT,
NUI_HAND_HANDEDNESS_COUNT
};
| Constant | Description |
|---|---|
| NUI_HAND_LEFT | Left handed |
| NUI_HAND_RIGHT | Right handed |
| NUI_HAND_HANDEDNESS_COUNT | The number of options. |
Header: Declared in xstudio.h.
Library: Use Use xstudioclient.lib (console) or xstudioservice.lib (desktop)..