TouchScript — multitouch library for Unity
TouchScript — multitouch library for Unity
TouchScript
TouchScript.InputSources.InputHandlers
Windows8PointerHandler Class
Windows8PointerHandler Methods
CancelPointer Method
Dispose Method
INTERNAL_DiscardPointer Method
UpdateInput Method
Windows8PointerHandler Methods
The
Windows8PointerHandler
type exposes the following members.
Methods
Name
Description
CancelPointer
Cancels the pointer.
(Overrides
WindowsPointerHandler
CancelPointer(Pointer, Boolean)
.)
Dispose
Releases resources.
(Overrides
WindowsPointerHandler
Dispose
.)
init
(Inherited from
WindowsPointerHandler
.)
INTERNAL_DiscardPointer
Used by
TouchManagerInstance
to return a pointer to input source. DO NOT CALL IT DIRECTLY FROM YOUR CODE!
(Overrides
WindowsPointerHandler
INTERNAL_DiscardPointer(Pointer)
.)
internalAddMousePointer
(Inherited from
WindowsPointerHandler
.)
internalAddPenPointer
(Inherited from
WindowsPointerHandler
.)
internalAddTouchPointer
(Inherited from
WindowsPointerHandler
.)
internalRemovePenPointer
(Inherited from
WindowsPointerHandler
.)
internalRemoveTouchPointer
(Inherited from
WindowsPointerHandler
.)
internalReturnMousePointer
(Inherited from
WindowsPointerHandler
.)
internalReturnPenPointer
(Inherited from
WindowsPointerHandler
.)
internalReturnTouchPointer
(Inherited from
WindowsPointerHandler
.)
remapCoordinates
(Inherited from
WindowsPointerHandler
.)
resetPointer
(Inherited from
WindowsPointerHandler
.)
UpdateInput
This method is called by
ITouchManager
to synchronously update the input.
(Overrides
WindowsPointerHandler
UpdateInput
.)
UpdateResolution
Forces the input to update its state when resolution changes.
(Inherited from
WindowsPointerHandler
.)
Top
See Also
Reference
Windows8PointerHandler Class
TouchScript.InputSources.InputHandlers Namespace