MixedRealityInputModule.GetMousePointerEventData(Int32) Method
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.
Adds MRTK pointer support as mouse input for Unity UI.
protected:
override UnityEngine::EventSystems::PointerInputModule::MouseState ^ GetMousePointerEventData(int pointerId);
protected override UnityEngine.EventSystems.PointerInputModule.MouseState GetMousePointerEventData (int pointerId);
override this.GetMousePointerEventData : int -> UnityEngine.EventSystems.PointerInputModule.MouseState
Protected Overrides Function GetMousePointerEventData (pointerId As Integer) As PointerInputModule.MouseState
Parameters
- pointerId
- Int32
Returns
UnityEngine.EventSystems.PointerInputModule.MouseState