Interface IMixedRealityMouseDeviceManager
Interface defining a mouse input device manager.
Inherited Members
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 |