Click or drag to resize

Windows7PointerHandler Methods

The Windows7PointerHandler type exposes the following members.

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
See Also