StandardInputWindows8APIType Enumeration |
Namespace: TouchScript.InputSources
public enum Windows8APIType
| Member name | Value | Description | |
|---|---|---|---|
| Windows8 | 0 | Windows 8 WM_POINTER API. | |
| Windows7 | 1 | Windows 7 WM_TOUCH API. | |
| Unity | 2 | Built-in Unity 5 WM_TOUCH implementation. | |
| None | 3 | Don't initialize pointer input at all. |