Click or drag to resize

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
C#
public bool EmulateSecondMousePointer { get; set; }

Property Value

Type: Boolean
true if second pointer emulation is enabled; otherwise, false.
See Also