Librelancer
Librelancer copied to clipboard
ImUI: Add arrow key support to lists
Changing selected item is possible in lists of selectables (wrapped by child windows) through the ImGui calls ImGui.IsWindowFocused() && ImGui.IsKeyPressed(ImGuiKey.DownArrow, true) (and one for UpArrow).
Implement this in all the selectable lists