garbear / xbmc

XBMC Main Repository
http://xbmc.org
Other
134 stars 53 forks source link

[retroplayer] Add window mapping 'fullscreengame' #43

Closed fetzerch closed 8 years ago

fetzerch commented 8 years ago

This commit adds a window mapping entry for 'fullscreengame' to the ButtonTranslator so that keymaps can be written for full screen gaming.

A fallback to 'fullscreenvideo' ensures that when the keymap does not contain a specific section for 'fullscreengame', it uses the 'fullscreenvideo' mapping. This way without additional configuration, a remote can be used in parallel with the gamepad for example to show the OSD menu.

garbear commented 8 years ago

Awesome, thanks