MouseHandlerEmulateSecondMousePointer Property |
Gets or sets a value indicating whether second pointer emulation using ALT+CLICK should be enabled.
Namespace:
TouchScript.InputSources.InputHandlers
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool EmulateSecondMousePointer { get; set; }
Property Value
Type:
Booleantrue if second pointer emulation is enabled; otherwise,
false.
See Also