Searched refs:ImGuiKey_C (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp115 { ImGuiKey_C, GDK_KEY_c },
/xsrc/external/mit/MesaLib/dist/src/intel/tools/imgui/
H A Dimgui_impl_gtk3.cpp115 { ImGuiKey_C, GDK_KEY_c },
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h926 ImGuiKey_C, // for text edit CTRL+C: copy enumerator in enum:ImGuiKey_
H A Dimgui.cpp5424 if (g.IO.KeyCtrl && IsKeyPressedMap(ImGuiKey_C))
7233 if (ImGui::IsKeyPressedMap(ImGuiKey_C)) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.KeysDownDuration[g.IO.KeyMap[ImGuiKey_C]] = 0.01f; }
H A Dimgui_widgets.cpp3363 const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && !is_password && (!is_multiline || edit_state.HasSelection());
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h926 ImGuiKey_C, // for text edit CTRL+C: copy enumerator in enum:ImGuiKey_
H A Dimgui.cpp5424 if (g.IO.KeyCtrl && IsKeyPressedMap(ImGuiKey_C))
7233 if (ImGui::IsKeyPressedMap(ImGuiKey_C)) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.KeysDownDuration[g.IO.KeyMap[ImGuiKey_C]] = 0.01f; }
H A Dimgui_widgets.cpp3363 const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && IsKeyPressedMap(ImGuiKey_Insert))) && !is_password && (!is_multiline || edit_state.HasSelection());

Completed in 72 milliseconds