Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h944ImGuiNavInput_Menu, // tap: toggle menu / hold: focus, move, resize // e.g. Square (PS4),… enumerator
Dimgui.cpp7582 …> 0.0f || g.IO.NavInputs[ImGuiNavInput_Cancel] > 0.0f || g.IO.NavInputs[ImGuiNavInput_Menu] > 0.0f) in NavUpdate()
7996 …indowing_with_gamepad = !g.NavWindowingTarget && IsNavInputPressed(ImGuiNavInput_Menu, ImGuiInputR… in NavUpdateWindowing()
8023 if (!IsNavInputDown(ImGuiNavInput_Menu)) in NavUpdateWindowing()