TouchHandler Class |
Namespace: TouchScript.InputSources.InputHandlers
public class TouchHandler : IInputSource, INTERNAL_IInputSource, IDisposable
The TouchHandler type exposes the following members.
Name | Description | |
---|---|---|
TouchHandler |
Initializes a new instance of the TouchHandler class.
|
Name | Description | |
---|---|---|
CoordinatesRemapper |
Gets or sets current coordinates remapper.
| |
HasPointers |
Gets a value indicating whether there any active pointers.
|
Name | Description | |
---|---|---|
CancelPointer |
Cancels the pointer.
| |
Dispose |
Releases resources.
| |
INTERNAL_DiscardPointer |
Used by TouchManagerInstance to return a pointer to input source.
DO NOT CALL IT DIRECTLY FROM YOUR CODE!
| |
UpdateInput |
This method is called by ITouchManager to synchronously update the input.
| |
UpdateResolution |
Forces the input to update its state when resolution changes.
|