mupen64plus / mupen64plus-input-sdl

Input plugin for Mupen64Plus v2.0 project using SDL. This is derived from the original Mupen64 blight_input plugin.
GNU General Public License v2.0
43 stars 70 forks source link

Support for non-SDL mouse injection #74

Open extherian opened 5 years ago

extherian commented 5 years ago

Hello, I opened this issue already on mupen64plus/core but I believe this is a better place for it.

According to this post on the M64P github, Mupen64Plus has no API for injecting mouse input in the same way as it does for keyboard input.

This means that none of the current Mupen64Plus frontends (M64P and M64Py) can capture mouse input because the frontends use Qt, not SDL.

Please consider adding an API to support this feature. At the moment I have to use PJ64 to get mouse input for shooting games, and I'd rather use a Mupen64Plus frontend if possible.

StenApp commented 5 years ago

I like to have mouse support too. I use OpenEmu which uses Mupen64plus for N64 emulation. What is needed that we can use the mouse?