kodi-game / game.libretro

Libretro compatibility layer for the Kodi Game API
GNU General Public License v2.0
37 stars 26 forks source link

Fix keyboard in games that poll for keys #44

Closed garbear closed 6 years ago

garbear commented 6 years ago

The Controller Topology PR (https://github.com/kodi-game/game.libretro/pull/31) added the ability to poll for keyboard input, but this was never enabled in the frontend bridge. This PR fixes that.

Fixes keyboard input on:

garbear commented 6 years ago

Tested and keyboard input works in Vice now.

bh commented 6 years ago

Does not compile for me: #45