Urho3D
|
Input state for a finger touch. More...
#include <Input.h>
Public Attributes | |
int | touchID_ |
Touch (finger) ID. | |
IntVector2 | position_ |
Position in screen coordinates. | |
IntVector2 | lastPosition_ |
Last position in screen coordinates. | |
IntVector2 | delta_ |
Movement since last frame. | |
float | pressure_ |
Finger pressure. |
Input state for a finger touch.