Home
last modified time | relevance | path

Searched refs:ImGuiKey_UpArrow (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_gtk3.cpp104 { ImGuiKey_UpArrow, GDK_KEY_Up }, in ImGui_ImplGtk3_HandleEvent()
/external/skqp/tools/viewer/
DImGuiLayer.cpp32 io.KeyMap[ImGuiKey_UpArrow] = (int)Window::Key::kUp; in ImGuiLayer()
/external/skia/tools/viewer/
DImGuiLayer.cpp48 io.KeyMap[ImGuiKey_UpArrow] = (int)skui::Key::kUp; in ImGuiLayer()
/external/mesa3d/src/imgui/
Dimgui_memory_editor.h254 …if (ImGui::IsKeyPressed(ImGui::GetKeyIndex(ImGuiKey_UpArrow)) && DataEditingAddr >= (size_t)Cols) …
Dimgui.h913 ImGuiKey_UpArrow, enumerator
Dimgui_widgets.cpp3370 …else if (IsKeyPressedMap(ImGuiKey_UpArrow) && is_multiline) { if (io.KeyCtrl) SetWindowScrollY… in InputTextEx()
3508 … else if ((flags & ImGuiInputTextFlags_CallbackHistory) != 0 && IsKeyPressedMap(ImGuiKey_UpArrow)) in InputTextEx()
3511 event_key = ImGuiKey_UpArrow; in InputTextEx()
Dimgui.cpp7594 NAV_MAP_KEY(ImGuiKey_UpArrow, ImGuiNavInput_KeyUp_ ); in NavUpdate()