hex007 / freej2me

A free J2ME emulator with libretro, awt and sdl2 frontends.
Other
486 stars 75 forks source link

Add handling of Siemens and Motorola keycodes to Libretro getMobileKeyJoy() #133

Closed Nokia64 closed 2 years ago

Nokia64 commented 2 years ago

Commits 463b516 and 6fa59b4 added support for Siemens and Motorola keycodes in the getMobileKey function of Libretro frontend (used for handling keyboard input), but the getMobileKeyJoy function which is used instead for handling the input from joypad devices was left unmodified leaving these unable to produce the newly introduced device-specific keycodes.

This small patch adds such support to the getMobileKeyJoy function.