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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp7901 bool page_up_held = IsKeyDown(g.IO.KeyMap[ImGuiKey_PageUp]) && (allowed_dir_flags & (1 << ImGuiDir_Up)); local in function:ImGui::NavUpdatePageUpPageDown
7903 if (page_up_held != page_down_held) // If either (not both) are pressed
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp7901 bool page_up_held = IsKeyDown(g.IO.KeyMap[ImGuiKey_PageUp]) && (allowed_dir_flags & (1 << ImGuiDir_Up)); local in function:ImGui::NavUpdatePageUpPageDown
7903 if (page_up_held != page_down_held) // If either (not both) are pressed

Completed in 38 milliseconds