Searched refs:ImGuiKey_C (Results 1 – 6 of 6) sorted by relevance
115 { ImGuiKey_C, GDK_KEY_c }, in ImGui_ImplGtk3_HandleEvent()
43 io.KeyMap[ImGuiKey_C] = (int)Window::Key::kC; in ImGuiLayer()
59 io.KeyMap[ImGuiKey_C] = (int)skui::Key::kC; in ImGuiLayer()
926 ImGuiKey_C, // for text edit CTRL+C: copy enumerator
7233 …:IsKeyPressedMap(ImGuiKey_C)) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.Ke… in NavScoreItem()
3363 …const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && I… in InputTextEx()