Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h1405 …IMGUI_API ImVec2 GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode…
Dimgui.cpp7522 ImVec2 ImGui::GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, ImGuiInputReadMode mode, floa… in GetNavInputAmount2d() argument
7525 if (dir_sources & ImGuiNavDirSourceFlags_Keyboard) in GetNavInputAmount2d()
7527 if (dir_sources & ImGuiNavDirSourceFlags_PadDPad) in GetNavInputAmount2d()
7529 if (dir_sources & ImGuiNavDirSourceFlags_PadLStick) in GetNavInputAmount2d()