Skip to content

Move device selection in its own sidebar

Niccolò Venerandi requested to merge work/niccolove/combobox into master

Instead of having a list of checkable buttons, this creates a left sidebar that lists all of the available devices. It works as follows:

  • When there's no gamepad, it displays the usual placeholder:

image

  • When there's only one gamepad, it only displays the gamepad:

image

  • When there's two gamepads or more, and the window is big enough, it displays a sidebar:

(I don't have two gamepads, so just pretend there are two here.)

image

  • When there's two gamepads or more, and the window is not big enough, it has two different views for the selection and gamepads:

image

image

Edited by Niccolò Venerandi

Merge request reports