Home
last modified time | relevance | path

Searched refs:ImGuiKey_Backspace (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp111 { ImGuiKey_Backspace, GDK_KEY_BackSpace }, in ImGui_ImplGtk3_HandleEvent()
/external/skqp/tools/viewer/
DImGuiLayer.cpp39 io.KeyMap[ImGuiKey_Backspace] = (int)Window::Key::kBack; in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp55 io.KeyMap[ImGuiKey_Backspace] = (int)skui::Key::kBack; in ImGuiLayer()
/external/mesa3d/src/imgui/
Dimgui.h921 ImGuiKey_Backspace, enumerator
Dimgui_widgets.cpp3375 else if (IsKeyPressedMap(ImGuiKey_Backspace) && is_editable) in InputTextEx()