Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a Kinect for Windows app with input events and basic user interface behaviors. Only 1 core window is in “focus” at any one time, and that one gets the pointers and related events. he coordinate space of the window is normalized to the [0,1] range in both dimensions.
Syntax
interface IKinectCoreWindow : public IUnknown
Members
IKinectCoreWindow has the following members.
Methods
| Name | Description |
|---|---|
| GetPointerEnteredEventData | Gets the event data when a the pointer entered. |
| GetPointerExitedEventData | Gets the event data when a the pointer exited. |
| GetPointerMovedEventData | Gets the event data when a the pointer moved. |
| SubscribePointerEntered | Subscribes to the specified event handler to handle pointer exited events. |
| SubscribePointerExited | Subscribes to the specified event handler to handle pointer exited events. |
| SubscribePointerMoved | Subscribes to the specified event handler to handle pointer moved events. |
| UnsubscribePointerEntered | Unsubscribes the specified event handler that processes pointer entered events. |
| UnsubscribePointerExited | Unsubscribes the specified event handler that processes pointer exited events. |
| UnsubscribePointerMoved | Unsubscribes the specified event handler that processes pointer moved events. |
Requirements
Header: kinect.h
Library: TBD