devkitPro / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
14 stars 13 forks source link

3ds-SDL: C-Stick not working anymore #9

Closed badda71 closed 3 years ago

badda71 commented 4 years ago

After your last commits to 3ds-SDL (which actually broke a lot of my stuff and caused me a shitload of work, thank you for that!), there is no way to read the C-Stick on New3DS anymore. Before, I could do a call

SDL_N3DSKeyBind(KEY_CSTICK_UP, SDLK_i);

and then the C-Stick sent keyboard events. This is not possible anymore. How can I read the C-Stick with the new 3ds-SDL?

badda71 commented 4 years ago

Would be fixed by merging PR https://github.com/devkitPro/SDL/pull/65

fincs commented 4 years ago

PR merged.