GNOME Bugzilla – Bug 780756
Allow to assign controllers to players
Last modified: 2018-06-05 22:02:48 UTC
Currently the users have no control of which controller is used by which controller is used for which player. We should allow to reassign the controllers to players.
Created attachment 358552 [details] [review] core: Add ControllerSet This will be used to move controller information from retro to ui similar to media set.
Created attachment 358553 [details] [review] retro: Use ControllerSet in RetroInputManager This allows to setup retro input device manager with predefined ports. Also simplifies the plugging in and out of controllers.
Created attachment 358554 [details] [review] core: Add 'controller-set' property to Runner Allows to share the controller information with the UI code.
Created attachment 358555 [details] [review] ui: Add ControllerReassigner Allows the user to reassign controllers based on the orders in which they pressed the buttons on their controllers.
Created attachment 358556 [details] [review] ui: Add ControllerPopover Shows the user the current ControllerSet and allows them to reassign the controller using ControllerReassigner.
Created attachment 358557 [details] [review] ui: Display ControllerPopover in DisplayHeaderBar
Migrated to https://gitlab.gnome.org/GNOME/gnome-games/issues/49