Home
last modified time | relevance | path

Searched refs:ImGuiKey_C (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp115 { ImGuiKey_C, GDK_KEY_c }, in ImGui_ImplGtk3_HandleEvent()
/external/skqp/tools/viewer/
DImGuiLayer.cpp43 io.KeyMap[ImGuiKey_C] = (int)Window::Key::kC; in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp59 io.KeyMap[ImGuiKey_C] = (int)skui::Key::kC; in ImGuiLayer()
/external/mesa3d/src/imgui/
Dimgui.h926 ImGuiKey_C, // for text edit CTRL+C: copy enumerator
Dimgui.cpp7233 …:IsKeyPressedMap(ImGuiKey_C)) { g.NavMoveDirLast = (ImGuiDir)((g.NavMoveDirLast + 1) & 3); g.IO.Ke… in NavScoreItem()
Dimgui_widgets.cpp3363 …const bool is_copy = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_C)) || (is_ctrl_key_only && I… in InputTextEx()