HomeSort by: relevance | last modified time | path
    Searched defs:IsKeyPressed (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.cpp 4057 bool ImGui::IsKeyPressed(int user_key_index, bool repeat)
7908 if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageUp], true))
7910 else if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageDown], true))
7918 if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageUp], true))
7925 else if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageDown], true))
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.cpp 4057 bool ImGui::IsKeyPressed(int user_key_index, bool repeat)
7908 if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageUp], true))
7910 else if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageDown], true))
7918 if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageUp], true))
7925 else if (IsKeyPressed(g.IO.KeyMap[ImGuiKey_PageDown], true))

Completed in 28 milliseconds