Home
last modified time | relevance | path

Searched refs:touchEmulation_ (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInput.cpp343 touchEmulation_(false), in Input()
528 if (touchEmulation_) in SetMouseVisible()
1161 if (enable != touchEmulation_) in SetTouchEmulation()
1176 touchEmulation_ = enable; in SetTouchEmulation()
1892 if (!touchEmulation_) in HandleSDLEvent()
1915 if (!touchEmulation_) in HandleSDLEvent()
1973 else if (touchEmulation_ && touches_.Contains(0)) in HandleSDLEvent()
1994 if (!touchEmulation_) in HandleSDLEvent()
2454 bool oldTouchEmulation = touchEmulation_; in HandleScreenJoystickTouch()
2455 touchEmulation_ = false; in HandleScreenJoystickTouch()
[all …]
H A DInput.h288 bool GetTouchEmulation() const { return touchEmulation_; } in GetTouchEmulation()
421 bool touchEmulation_; variable