Share via


IKinectGestureRecognizer::RegisterSelectionPressingStartedHandler Method

Registers the handler for the selection pressing started event.

Syntax

public:
HRESULT RegisterSelectionPressingStartedHandler(
         IKinectGestureRecognizerSelectionHandler *handler
)

Parameters

  • handler
    Type: IKinectGestureRecognizerSelectionHandler
    The event handler object.

Return value

Type: HRESULT
Returns S_OK if successful; otherwise, returns a failure code.

Requirements

Header: kinect.h

Library: TBD