enum NUI_HAND_STATE
{
NUI_HAND_OPEN = 0,
NUI_HAND_CLOSED,
NUI_HAND_LASSO,
NUI_HAND_UNKNOWN,
NUI_HAND_STATE_COUNT
};
| 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. |
Header: Declared in xstudio.h.
Library: Use Use xstudioclient.lib (console) or xstudioservice.lib (desktop)..