Searched refs:ImGuiKey_V (Results 1 – 5 of 5) sorted by relevance
116 { ImGuiKey_V, GDK_KEY_v }, in ImGui_ImplGtk3_HandleEvent()
44 io.KeyMap[ImGuiKey_V] = (int)Window::Key::kV; in ImGuiLayer()
60 io.KeyMap[ImGuiKey_V] = (int)skui::Key::kV; in ImGuiLayer()
927 ImGuiKey_V, // for text edit CTRL+V: paste enumerator
3364 …const bool is_paste = ((is_shortcut_key && IsKeyPressedMap(ImGuiKey_V)) || (is_shift_key_only && I… in InputTextEx()