Share via


IKinectCoreWindow::GetPointerMovedEventData Method

Gets the event data when a the pointer moved.

Syntax

public:
HRESULT GetPointerMovedEventData(
         WAITABLE_HANDLE waitableHandle,
         IKinectPointerEventArgs **eventData
)

Parameters

  • waitableHandle
    Type: WAITABLE_HANDLE
    [in] The handle to event handler that will process the event data.
  • eventData
    Type: IKinectPointerEventArgs
    [out] The event data.

Return value

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

Requirements

Header: kinect.h

Library: TBD