Searched defs:focus_change_dir (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7957 static void NavUpdateWindowingHighlightWindow(int focus_change_dir) argument
8015 const int focus_change_dir = (int)IsNavInputPressed(ImGuiNavInput_FocusPrev, ImGuiInputReadMode_RepeatSlow) - (int)IsNavInputPressed(ImGuiNavInput_FocusNext, ImGuiInputReadMode_RepeatSlow); local in function:ImGui::NavUpdateWindowing
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7957 static void NavUpdateWindowingHighlightWindow(int focus_change_dir) argument
8015 const int focus_change_dir = (int)IsNavInputPressed(ImGuiNavInput_FocusPrev, ImGuiInputReadMode_RepeatSlow) - (int)IsNavInputPressed(ImGuiNavInput_FocusNext, ImGuiInputReadMode_RepeatSlow); local in function:ImGui::NavUpdateWindowing

Completed in 33 milliseconds