Click or drag to resize

TouchScript.InputSources.InputHandlers Namespace

TouchScript.InputSources.InputHandlers
Classes
  ClassDescription
Public classMouseHandler
Unity mouse handling implementation which can be embedded and controlled from other (input) classes.
Public classTouchHandler
Unity touch handling implementation which can be embedded and controlled from other (input) classes.
Public classWindows7PointerHandler
Public classWindows8PointerHandler
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.
Public classWindowsPointerHandler
Base class for Windows 8 and Windows 7 input handlers.
Structures
Delegates
  DelegateDescription
Protected delegateWindowsPointerHandlerNativeLog
The method delegate used to pass log messages from the native DLL.
Protected delegateWindowsPointerHandlerNativePointerDelegate
The method delegate used to pass data from the native DLL.
Enumerations