NavigationEventData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data of a navigation gesture event
public struct NavigationEventData
type NavigationEventData = struct
Public Structure NavigationEventData
- Inheritance
-
NavigationEventData
Fields
NormalizedOffset |
Gets the normalized offset of the hand or motion controller within the unit cube for all axes for this Navigation gesture. |
Properties
IsNavigatingX |
Gets whether the navigation gesture the user is performing involves motion on the horizontal axis. |
IsNavigatingY |
Gets whether the navigation gesture the user is performing involves motion on the vertical axis. |
IsNavigatingZ |
Gets whether the navigation gesture the user is performing involves motion on the depth axis. |