Click or drag to resize

WindowsPointerHandler Class

Base class for Windows 8 and Windows 7 input handlers.
Inheritance Hierarchy

Namespace:  TouchScript.InputSources.InputHandlers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class WindowsPointerHandler : IInputSource, 
	INTERNAL_IInputSource, IDisposable

The WindowsPointerHandler type exposes the following members.

Constructors
  NameDescription
Public methodWindowsPointerHandler
Initializes a new instance of the WindowsPointerHandler class.
Top
Properties
  NameDescription
Public propertyCoordinatesRemapper
Gets or sets current coordinates remapper.
Top
Methods
  NameDescription
Public methodCancelPointer
Cancels the pointer.
Public methodDispose
Releases resources.
Protected methodinit
Public methodINTERNAL_DiscardPointer
Used by TouchManagerInstance to return a pointer to input source. DO NOT CALL IT DIRECTLY FROM YOUR CODE!
Protected methodinternalAddMousePointer
Protected methodinternalAddPenPointer
Protected methodinternalAddTouchPointer
Protected methodinternalRemovePenPointer
Protected methodinternalRemoveTouchPointer
Protected methodinternalReturnMousePointer
Protected methodinternalReturnPenPointer
Protected methodinternalReturnTouchPointer
Protected methodremapCoordinates
Protected methodresetPointer
Public methodUpdateInput
This method is called by ITouchManager to synchronously update the input.
Public methodUpdateResolution
Forces the input to update its state when resolution changes.
Top
Fields
See Also