SDL-mirror/src/video/cocoa
Sam Lantinga 7b1c9df188 Fixed bug 2240 - On OS/X after calling SDL_SetWindowBordered right mouse clicks no longer register
philhassey

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.
2013-11-14 22:26:49 -08:00
..
SDL_cocoaclipboard.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_cocoaclipboard.m Christoph Mallon: Replace strlen(x) == 0 (O(n)) by x[0] == '\0' (O(1)). 2013-08-29 08:30:21 -07:00
SDL_cocoaevents.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_cocoaevents.m Added support for new style fullscreen transitions on Mac OS X 2013-11-11 02:53:00 -08:00
SDL_cocoakeyboard.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_cocoakeyboard.m Fixed bug 1965 - Mac: dead code for supporting OS 10.4 2013-11-10 17:56:07 -08:00
SDL_cocoamessagebox.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_cocoamessagebox.m Fixed bug 1970 - Cocoa message boxes ignore parent window requests 2013-07-14 11:58:57 -07:00
SDL_cocoamodes.h Happy New Year! 2013-02-15 08:47:44 -08:00
SDL_cocoamodes.m Fixed bug 2121 - GCC throws error on SDL_FORCE_INLINE when compiling with -ansi 2013-09-30 22:35:32 -07:00
SDL_cocoamouse.h Mac: Better mouse-grab if you define SDL_MAC_NO_SANDBOX. 2013-08-07 16:29:15 -07:00
SDL_cocoamouse.m Fix SDL_SetWindowPosition on fullscreen windows. 2013-10-07 14:16:38 -07:00
SDL_cocoamousetap.h Mac: Better mouse-grab if you define SDL_MAC_NO_SANDBOX. 2013-08-07 16:29:15 -07:00
SDL_cocoamousetap.m Mac: Fix a crash with SDL_MAC_NO_SANDBOX. 2013-11-08 14:05:08 -08:00
SDL_cocoaopengl.h add in High DPI support (aka Retina) 2013-09-20 13:43:00 -04:00
SDL_cocoaopengl.m Corrected typo in source comment. 2013-11-02 11:42:00 +01:00
SDL_cocoashape.h File style cleanup for the SDL 2.0 release 2013-05-18 14:17:52 -07:00
SDL_cocoashape.m Fixed bug 2121 - GCC throws error on SDL_FORCE_INLINE when compiling with -ansi 2013-09-30 22:35:32 -07:00
SDL_cocoavideo.h Mac: Codify SDK and OS requirements, and clean up. 2013-07-23 17:38:59 -07:00
SDL_cocoavideo.m Backed out revision d4a39491577f, the platform specific messagebox functions don't have the right prototype since they're designed to be used standalone. 2013-10-14 09:12:30 -07:00
SDL_cocoawindow.h Added a hint SDL_HINT_VIDEO_FULLSCREEN_SPACES to specify that windows go fullscreen into their own spaces on Mac OS X. 2013-11-12 01:52:54 -08:00
SDL_cocoawindow.m Fixed bug 2240 - On OS/X after calling SDL_SetWindowBordered right mouse clicks no longer register 2013-11-14 22:26:49 -08:00