Click or drag to resize

Windows8PointerHandler Class

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.
Inheritance Hierarchy
SystemObject
  TouchScript.InputSources.InputHandlersWindowsPointerHandler
    TouchScript.InputSources.InputHandlersWindows8PointerHandler

Namespace:  TouchScript.InputSources.InputHandlers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class Windows8PointerHandler : WindowsPointerHandler

The Windows8PointerHandler type exposes the following members.

Constructors
  NameDescription
Public methodWindows8PointerHandler
Initializes a new instance of the WindowsPointerHandler class.
Top
Properties
  NameDescription
Public propertyCoordinatesRemapper
Gets or sets current coordinates remapper.
(Inherited from WindowsPointerHandler.)
Public propertyMouseInPointer
Should the primary pointer also dispatch a mouse pointer.
Top
Methods
  NameDescription
Public methodCancelPointer
Cancels the pointer.
(Overrides WindowsPointerHandlerCancelPointer(Pointer, Boolean).)
Public methodDispose
Releases resources.
(Overrides WindowsPointerHandlerDispose.)
Protected methodinit (Inherited from WindowsPointerHandler.)
Public methodINTERNAL_DiscardPointer
Used by TouchManagerInstance to return a pointer to input source. DO NOT CALL IT DIRECTLY FROM YOUR CODE!
(Overrides WindowsPointerHandlerINTERNAL_DiscardPointer(Pointer).)
Protected methodinternalAddMousePointer (Inherited from WindowsPointerHandler.)
Protected methodinternalAddPenPointer (Inherited from WindowsPointerHandler.)
Protected methodinternalAddTouchPointer (Inherited from WindowsPointerHandler.)
Protected methodinternalRemovePenPointer (Inherited from WindowsPointerHandler.)
Protected methodinternalRemoveTouchPointer (Inherited from WindowsPointerHandler.)
Protected methodinternalReturnMousePointer (Inherited from WindowsPointerHandler.)
Protected methodinternalReturnPenPointer (Inherited from WindowsPointerHandler.)
Protected methodinternalReturnTouchPointer (Inherited from WindowsPointerHandler.)
Protected methodremapCoordinates (Inherited from WindowsPointerHandler.)
Protected methodresetPointer (Inherited from WindowsPointerHandler.)
Public methodUpdateInput
This method is called by ITouchManager to synchronously update the input.
(Overrides WindowsPointerHandlerUpdateInput.)
Public methodUpdateResolution
Forces the input to update its state when resolution changes.
(Inherited from WindowsPointerHandler.)
Top
Fields
See Also