WindowsPointerHandler Class |
Namespace: TouchScript.InputSources.InputHandlers
public abstract class WindowsPointerHandler : IInputSource, INTERNAL_IInputSource, IDisposable
The WindowsPointerHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | WindowsPointerHandler |
Initializes a new instance of the WindowsPointerHandler class.
|
Name | Description | |
---|---|---|
![]() | CoordinatesRemapper |
Gets or sets current coordinates remapper.
|
Name | Description | |
---|---|---|
![]() | CancelPointer |
Cancels the pointer.
|
![]() | Dispose |
Releases resources.
|
![]() | init | |
![]() | INTERNAL_DiscardPointer |
Used by TouchManagerInstance to return a pointer to input source.
DO NOT CALL IT DIRECTLY FROM YOUR CODE!
|
![]() | internalAddMousePointer | |
![]() | internalAddPenPointer | |
![]() | internalAddTouchPointer | |
![]() | internalRemovePenPointer | |
![]() | internalRemoveTouchPointer | |
![]() | internalReturnMousePointer | |
![]() | internalReturnPenPointer | |
![]() | internalReturnTouchPointer | |
![]() | remapCoordinates | |
![]() | resetPointer | |
![]() | UpdateInput |
This method is called by ITouchManager to synchronously update the input.
|
![]() | UpdateResolution |
Forces the input to update its state when resolution changes.
|
Name | Description | |
---|---|---|
![]() | addPointer | |
![]() | cancelPointer | |
![]() | hMainWindow | |
![]() | mousePointer | |
![]() | mousePool | |
![]() | penPointer | |
![]() | penPool | |
![]() ![]() | PRESS_AND_HOLD_ATOM |
Windows constant to turn off press and hold visual effect.
|
![]() | pressAndHoldAtomID | |
![]() | pressPointer | |
![]() | releasePointer | |
![]() | removePointer | |
![]() | touchPool | |
![]() | updatePointer | |
![]() | winTouchToInternalId |