NUI_HAND_HANDEDNESS Enumeration

Handedness options.

Syntax

enum NUI_HAND_HANDEDNESS
{
    NUI_HAND_LEFT = 0,
    NUI_HAND_RIGHT,
    NUI_HAND_HANDEDNESS_COUNT
};  

Constants

Constant Description
NUI_HAND_LEFT Left handed
NUI_HAND_RIGHT Right handed
NUI_HAND_HANDEDNESS_COUNT The number of options.

Requirements

Header: Declared in xstudio.h.

Library: Use Use xstudioclient.lib (console) or xstudioservice.lib (desktop)..