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 2240

Summary: On OS/X after calling SDL_SetWindowBordered right mouse clicks no longer register
Product: SDL Reporter: philhassey <phil>
Component: videoAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: minor    
Priority: P2 CC: phil
Version: 2.0.1   
Hardware: x86   
OS: Mac OS X 10.8   

Description philhassey 2013-11-14 16:35:42 UTC
Overview:

On OS/X after calling SDL_SetWindowBordered right mouse clicks no longer register.

Steps to Reproduce:

1. Open a windowed window on OS/X.  (With the border on.)

2. e.button.button will give values 1,2,3 depending on which mouse button I click.

3. Call SDL_SetWindowBordered to disable the border.

4. e.button.button will only give values 1,2.  3 (right mouse button) stops coming through.

Expected result:

I expect all mouse buttons to register.
Comment 1 Sam Lantinga 2013-11-15 06:27:26 UTC
Fixed!
https://hg.libsdl.org/SDL/rev/a05a48e493c0