|
Urho3D
|
Input state for a finger touch. @nocount More...
#include </home/runner/work/urho3d-doxygen.github.io/urho3d-doxygen.github.io/urho3d_repo/Source/Urho3D/Input/Input.h>
Public Member Functions | |
| UIElement * | GetTouchedElement () |
| Return last touched UI element, used by scripting integration. | |
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. | |
| WeakPtr< UIElement > | touchedElement_ |
| Last touched UI element from screen joystick. | |
Input state for a finger touch. @nocount