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 4479 - Screenshot button on Switch Pro Controller not detected
Summary: Screenshot button on Switch Pro Controller not detected
Status: NEW
Alias: None
Product: SDL
Classification: Unclassified
Component: joystick (show other bugs)
Version: 2.0.9
Hardware: x86_64 Mac OS X (All)
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-30 12:53 UTC by williamxie3421
Modified: 2019-01-30 12:53 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description williamxie3421 2019-01-30 12:53:50 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.