We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4480

Summary: Screenshot button on Switch Pro Controller not detected
Product: SDL Reporter: williamxie3421
Component: joystickAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.9   
Hardware: x86_64   
OS: Mac OS X (All)   

Description williamxie3421 2019-01-30 12:54:15 UTC
I am trying to get Switch Pro Controller to work on my mac. After I called SDL_JoystickNumButtons(), it returned 15, which in fact should be 16. I've figured out that the missing button is the Screenshot button on the left side of the joystick (the one at the left of the home button and below the minus button). I've tried buttons from 0~14 and none of them represented the screenshot button.

I'm using the SDL2# binding by flibitijibibo but it shouldn't change anything since it's calling the same functions. And my OS X version is 10.14 Mojave.

I came here because the mighty internets does not seem to know about this problem.