| Urho3D
    | 
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Input/Input.h>
| Public Member Functions | |
| UIElement * | GetTouchedElement () | 
| 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.
| UIElement * Dviglo::TouchState::GetTouchedElement | ( | ) | 
Return last touched UI element, used by scripting integration.
 1.8.17
 1.8.17