TouchScript.Pointers Namespace |
Class | Description | |
---|---|---|
FakePointer |
Fake pointer.
| |
MousePointer |
A pointer of type Mouse.
| |
ObjectPointer |
A pointer of type Object.
| |
PenPointer |
A pointer of type Pen.
| |
Pointer | Representation of a pointer (touch, mouse) within TouchScript. An instance of this class is created when user touches the screen. A unique id is assigned to it which doesn't change throughout its life. Attention! Do not store references to these objects beyond pointer's lifetime (i.e. when target finger is lifted off). These objects may be reused internally. Store unique ids instead. | |
PointerFactory |
Static factory to create pointers.
| |
TouchPointer |
A pointer of type Touch.
|
Interface | Description | |
---|---|---|
IPointer |
Interface for an abstract pointer.
|
Enumeration | Description | |
---|---|---|
PointerPointerButtonState |
The state of buttons for a pointer. Combines 3 types of button events: Pressed (holding a button), Down (just pressed this frame) and Up (released this frame).
| |
PointerPointerType |
Pointer type.
|