CursorManagerUseDPI Property |
Gets or sets whether
CursorManager is using DPI to scale pointer cursors.
Namespace:
TouchScript.Behaviors.Cursors
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool UseDPI { get; set; }
Property Value
Type:
Booleantrue if DPI value is used; otherwise,
false.
See Also