Urho3D
Public Attributes
Urho3D::TouchState Struct Reference

Input state for a finger touch. More...

#include <Input.h>

List of all members.

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.

Detailed Description

Input state for a finger touch.


The documentation for this struct was generated from the following file: