hex007 / freej2me

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

Implement screen rotation on the AWT frontend, and add mouse drag events to both AWT and libretro. #157

Closed AShiningRay closed 1 year ago

AShiningRay commented 1 year ago

Fixes #156. Edit: Fixes #158 as well. Edit 2: Also related to #138. Opted to unify both issues in a same PR because the game i tested for #158 also depends on #156 for screen rotation.

This PR now not only implements rotation on the AWT frontend, but also mouse drag events on it, and on libretro as well.

AShiningRay commented 1 year ago

Ok, seems it's good enough for review now. Please refer to the two issues linked above for more info on what's changed in this PR.

vipaoL commented 1 year ago

Why not to add it? It will be very nice if the emulator gets support for drag events and for screen rotation

recompileorg commented 1 year ago

There doesn't seem to be anything wrong, I just forgot that it existed.