Share via


IKinectGestureRecognizer::RegisterSelectionPressingUpdatedHandler Method

Registers the handler for the pressing updated event.

Syntax

public:
HRESULT RegisterSelectionPressingUpdatedHandler(
         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