IMixedRealityGestureHandler Interface   
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.
Interface to implement for generic gesture input.
public interface class IMixedRealityGestureHandler : Microsoft::MixedReality::Toolkit::Input::IMixedRealityBaseInputHandler, UnityEngine::EventSystems::IEventSystemHandlerpublic interface IMixedRealityGestureHandler : Microsoft.MixedReality.Toolkit.Input.IMixedRealityBaseInputHandler, UnityEngine.EventSystems.IEventSystemHandlertype IMixedRealityGestureHandler = interface
    interface IMixedRealityBaseInputHandler
    interface IEventSystemHandlerPublic Interface IMixedRealityGestureHandler
Implements IEventSystemHandler, IMixedRealityBaseInputHandler- Derived
- Implements
- 
		IMixedRealityBaseInputHandler UnityEngine.EventSystems.IEventSystemHandler
Methods
| OnGestureCanceled(InputEventData) | Gesture Canceled Event. | 
| OnGestureCompleted(InputEventData) | Gesture Completed Event. | 
| OnGestureStarted(InputEventData) | Gesture Started Event. | 
| OnGestureUpdated(InputEventData) | Gesture Updated Event. |