Click or drag to resize

StandardInputWindows8APIType Enumeration

Pointer API to use on Windows 8 and later OS versions.

Namespace:  TouchScript.InputSources
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum Windows8APIType
Members
  Member nameValueDescription
Windows80 Windows 8 WM_POINTER API.
Windows71 Windows 7 WM_TOUCH API.
Unity2 Built-in Unity 5 WM_TOUCH implementation.
None3 Don't initialize pointer input at all.
See Also