Interface IMixedRealityMousePointer
Interface for handling mouse pointers.
Inherited Members
Namespace: Microsoft.MixedReality.Toolkit.Input
Assembly: cs.temp.dll.dll
Syntax
public interface IMixedRealityMousePointer : IMixedRealityPointer, IEqualityComparer
Properties
HideCursorWhenInactive
Should the mouse cursor be hidden when no active input is received?
Declaration
bool HideCursorWhenInactive { get; }
Property Value
Type | Description |
---|---|
Boolean |
HideTimeout
How long should it take before the mouse cursor is hidden?
Declaration
float HideTimeout { get; }
Property Value
Type | Description |
---|---|
Single |
MovementThresholdToUnHide
What is the movement threshold to reach before un-hiding mouse cursor?
Declaration
float MovementThresholdToUnHide { get; }
Property Value
Type | Description |
---|---|
Single |