Searched refs:activate_down (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7709 bool activate_down = IsNavInputDown(ImGuiNavInput_Activate); local in function:ImGui::NavUpdate
7710 bool activate_pressed = activate_down && IsNavInputPressed(ImGuiNavInput_Activate, ImGuiInputReadMode_Pressed);
7713 if ((g.ActiveId == 0 || g.ActiveId == g.NavId) && activate_down)
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7709 bool activate_down = IsNavInputDown(ImGuiNavInput_Activate); local in function:ImGui::NavUpdate
7710 bool activate_pressed = activate_down && IsNavInputPressed(ImGuiNavInput_Activate, ImGuiInputReadMode_Pressed);
7713 if ((g.ActiveId == 0 || g.ActiveId == g.NavId) && activate_down)

Completed in 71 milliseconds