We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Enum DeviceInputType

    The InputType defines the types of input exposed by a controller. Denoting the available buttons / interactions that a controller supports.

    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public enum DeviceInputType

    Fields

    Name Description
    ButtonNearTouch
    ButtonPress
    ButtonTouch
    DirectionalPad
    Gaze
    GripPosition

    3 DoF Grip with only position.

    GripRotation

    3 Dof Grip with only rotation.

    Hand
    IndexFinger
    IndexFingerNearTouch
    IndexFingerPress
    IndexFingerTouch
    Menu
    MiddleFinger
    MiddleFingerNearTouch
    MiddleFingerPress
    MiddleFingerTouch
    None
    PinkyFinger
    PinkyFingerNearTouch
    PinkyFingerPress
    PinkyFingerTouch
    PointerClick
    PointerPosition

    3 Dof Pointer with only position.

    PointerRotation

    3 Dof Pointer with only rotation.

    RingFinger
    RingFingerNearTouch
    RingFingerPress
    RingFingerTouch
    Scroll
    Select
    SpatialGrip

    6 DoF Grip with position and rotation.

    SpatialPointer

    6 Dof Pointer with position and rotation.

    Start
    Thumb
    ThumbNearTouch
    ThumbPress
    ThumbStick
    ThumbStickNearTouch
    ThumbStickPress
    ThumbStickTouch
    ThumbTouch
    Touchpad
    TouchpadNearTouch
    TouchpadPress
    TouchpadTouch
    Trigger
    TriggerNearTouch
    TriggerPress
    TriggerTouch
    Voice
    Back to top Generated by DocFX