Click or drag to resize

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

Property Value

Type: Boolean
true if DPI value is used; otherwise, false.
See Also