hex007 / freej2me

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

Add numpad support #32

Closed samiksome92 closed 6 years ago

samiksome92 commented 6 years ago

Adding numpad support would be beneficial for a lot of games. I have created a pull request regarding the same (https://github.com/hex007/freej2me/pull/31). The PR adds numpad support in a vertically inverted manner i.e. (1,2,3->7,8,9) and (7,8,9->1,2,3) since mobile keypad layouts are vertically inverted compared to keyboard numpads.

hex007 commented 6 years ago

SDL frontend handles this as expected. Can you try that and check if it works for you?