Librelancer icon indicating copy to clipboard operation
Librelancer copied to clipboard

ImUI: Add arrow key support to lists

Open CallumDev opened this issue 2 years ago • 0 comments

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

CallumDev avatar Jul 20 '23 14:07 CallumDev