NUI_HAND_STATE Enumeration

Hand state options.

Syntax

enum NUI_HAND_STATE
{
    NUI_HAND_OPEN = 0,
    NUI_HAND_CLOSED,
    NUI_HAND_LASSO,
    NUI_HAND_UNKNOWN,
    NUI_HAND_STATE_COUNT
};  

Constants

Constant Description
NUI_HAND_OPEN Opened hand
NUI_HAND_CLOSED Closed hand
NUI_HAND_LASSO Hand is in the lasso shape
NUI_HAND_UNKNOWN Unknown
NUI_HAND_STATE_COUNT Number of hand states.

Requirements

Header: Declared in xstudio.h.

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