Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/UI/
H A DUI.h254ProcessClickBegin(const IntVector2& cursorPos, int button, int buttons, int qualifiers, Cursor* cu…
H A DUI.cpp1203 void UI::ProcessClickBegin(const IntVector2& cursorPos, int button, int buttons, int qualifiers, Cu… in ProcessClickBegin() function in Urho3D::UI
1516ProcessClickBegin(cursorPos, eventData[P_BUTTON].GetInt(), mouseButtons_, qualifiers_, cursor_, cu… in HandleMouseButtonDown()
1644 ProcessClickBegin(pos, touchId, touchDragElements_[element], 0, 0, true); in HandleTouchBegin()
1648 ProcessClickBegin(pos, touchId, touchId, 0, 0, true); in HandleTouchBegin()