TouchScript.InputSources.InputHandlers Namespace |
| Class | Description | |
|---|---|---|
| MouseHandler |
Unity mouse handling implementation which can be embedded and controlled from other (input) classes.
| |
| TouchHandler |
Unity touch handling implementation which can be embedded and controlled from other (input) classes.
| |
| Windows7PointerHandler | ||
| Windows8PointerHandler |
Windows 8 pointer handling implementation which can be embedded to other (input) classes. Uses WindowsTouch.dll to query native touches with WM_TOUCH or WM_POINTER APIs.
| |
| WindowsPointerHandler |
Base class for Windows 8 and Windows 7 input handlers.
|
| Structure | Description | |
|---|---|---|
| WindowsPointerHandlerPointerData |
| Delegate | Description | |
|---|---|---|
| WindowsPointerHandlerNativeLog |
The method delegate used to pass log messages from the native DLL.
| |
| WindowsPointerHandlerNativePointerDelegate |
The method delegate used to pass data from the native DLL.
|