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

Fix SDL2 build regression caused by undefined Key usage #8

Closed ghost closed 10 years ago

ghost commented 10 years ago

3e075586ead63816d93c5df5871a4a11bbd85edd ("To prevent undesirable release of analogue joystick while using touchpad.") used SDLKLSUPER from SDL1.2 which is not used anymore in mupen64plus-input-sdl. Instead SDL2 keys must be used and only the SDL1.2 compatibility wrapper can reference SDLK*

richard42 commented 10 years ago

Thanks for the fix, and the Trivas-CI config files.