Searched refs:ImGuiKey_Backspace (Results 1 – 5 of 5) sorted by relevance
111 { ImGuiKey_Backspace, GDK_KEY_BackSpace }, in ImGui_ImplGtk3_HandleEvent()
39 io.KeyMap[ImGuiKey_Backspace] = (int)Window::Key::kBack; in ImGuiLayer()
55 io.KeyMap[ImGuiKey_Backspace] = (int)skui::Key::kBack; in ImGuiLayer()
921 ImGuiKey_Backspace, enumerator
3375 else if (IsKeyPressedMap(ImGuiKey_Backspace) && is_editable) in InputTextEx()