Click or drag to resize

Windows7PointerHandler Class

Inheritance Hierarchy
SystemObject
  TouchScript.InputSources.InputHandlersWindowsPointerHandler
    TouchScript.InputSources.InputHandlersWindows7PointerHandler

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

The Windows7PointerHandler type exposes the following members.

Constructors
  NameDescription
Public methodWindows7PointerHandler
Initializes a new instance of the WindowsPointerHandler class.
Top
Properties
  NameDescription
Public propertyCoordinatesRemapper
Gets or sets current coordinates remapper.
(Inherited from WindowsPointerHandler.)
Top
Methods
  NameDescription
Public methodCancelPointer
Cancels the pointer.
(Inherited from WindowsPointerHandler.)
Public methodDispose
Releases resources.
(Inherited from WindowsPointerHandler.)
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!
(Inherited from WindowsPointerHandler.)
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