XK9274 / pico-8-wrapper-miyoo

A wrapper to run Pico-8 Native on the Miyoo Mini/Miyoo Mini plus.
101 stars 7 forks source link

Can't remap L2/R2 to not trigger mouse mode #10

Open shaunkane opened 6 months ago

shaunkane commented 6 months ago

Currently, L2 is hard coded to toggle mouse mode and can't be remapped to controller input. Mapping L1/L2 to controller inputs would enable one-handed play and improve customization in general.

Ideally mouse mode would be remappable to another key, but even just disabling the mouse mode function (if the user maps another input to L2 or R2) would be helpful.

Leemann07 commented 4 months ago
  1. Can't I turn the L2 button function on and off? ( disabling the mouse mode function )
  2. When playing pico-8 games with Miyu Mini, I often pressed the L2 button without realizing it.
XK9274 commented 2 months ago

Hi, this was committed in:

https://github.com/XK9274/sdl2_miyoo/commit/2caea4749b7ecff1df5cb5285da8f892235cef97

And will go live in Onion when this merges:

https://github.com/OnionUI/Onion/pull/1535

If you want to test it, you can merge those files in the PR - let me know if it works for you, otherwise i'll make changes.