mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    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()
    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
    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
    • Properties
      • CursorSpeed
      • MouseInputProfile
      • WheelSpeed
    Back to top Generated by DocFX