Searched refs:ImGuiKey_UpArrow (Results 1 – 7 of 7) sorted by relevance
104 { ImGuiKey_UpArrow, GDK_KEY_Up }, in ImGui_ImplGtk3_HandleEvent()
32 io.KeyMap[ImGuiKey_UpArrow] = (int)Window::Key::kUp; in ImGuiLayer()
48 io.KeyMap[ImGuiKey_UpArrow] = (int)skui::Key::kUp; in ImGuiLayer()
254 …if (ImGui::IsKeyPressed(ImGui::GetKeyIndex(ImGuiKey_UpArrow)) && DataEditingAddr >= (size_t)Cols) …
913 ImGuiKey_UpArrow, enumerator
3370 …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()
7594 NAV_MAP_KEY(ImGuiKey_UpArrow, ImGuiNavInput_KeyUp_ ); in NavUpdate()