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.

Search Results for

    Show / Hide Table of Contents

    Interface IMixedRealityMouseDeviceManager

    Interface defining a mouse input device manager.

    Inherited Members
    IMixedRealityInputDeviceManager.GetActiveControllers()
    IMixedRealityService.Name
    IMixedRealityService.Priority
    IMixedRealityService.ConfigurationProfile
    IMixedRealityService.Initialize()
    IMixedRealityService.Reset()
    IMixedRealityService.Enable()
    IMixedRealityService.Update()
    IMixedRealityService.LateUpdate()
    IMixedRealityService.Disable()
    IMixedRealityService.Destroy()
    IDisposable.Dispose()
    Namespace: Microsoft.MixedReality.Toolkit.Input
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMixedRealityMouseDeviceManager : IMixedRealityInputDeviceManager, IMixedRealityDataProvider, IMixedRealityService, IDisposable

    Properties

    CursorSpeed

    Gets or sets a multiplier value used to adjust the speed of the mouse cursor.

    Declaration
    float CursorSpeed { get; set; }
    Property Value
    Type Description
    Single

    MouseInputProfile

    Typed representation of the ConfigurationProfile property.

    Declaration
    [Obsolete("The MouseInputProfile property has been deprecated and will be removed in a future version of MRTK.")]
    MixedRealityMouseInputProfile MouseInputProfile { get; }
    Property Value
    Type Description
    MixedRealityMouseInputProfile

    WheelSpeed

    Gets or sets a multiplier value used to adjust the speed of the mouse wheel.

    Declaration
    float WheelSpeed { get; set; }
    Property Value
    Type Description
    Single
    In This Article
    Back to top Generated by DocFX