IsCursorSuppressed Property (TouchProcessor)
In This Topic
Indicates that the system is not drawing the cursor because the user is providing input through touch or pen instead of the mouse.
Syntax
'Declaration
Public Shared ReadOnly Property IsCursorSuppressed As Boolean
public static bool IsCursorSuppressed {get;}
See Also