Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 18:42:41 -0800] rev 5064
Fixed bug #929
Changed _WINDOWS to __WINDOWS__
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 18:09:55 -0800] rev 5063
You can't have an empty union in the structure...
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 18:04:05 -0800] rev 5062
Fixed bug #925
Changed "win32" to "windows"
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 17:33:06 -0800] rev 5061
Fixed mouse button index for additional mouse buttons
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 17:29:13 -0800] rev 5060
Fixed mouse button index for additional mouse buttons
Jjgod Jiang <gzjjgod@gmail.com> [Fri, 21 Jan 2011 00:25:08 +0100] rev 5059
Fix double mouse motion in OS X
Simply ignore the event handler for Windowed mode in fullscreen.
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 17:11:22 -0800] rev 5058
Moved function for consistency
Jjgod Jiang <gzjjgod@gmail.com> [Fri, 21 Jan 2011 00:15:18 +0100] rev 5057
Fix mouse wheel events in fullscreen mode for OS X
With proposed patch by vernier.
Sam Lantinga <slouken@libsdl.org> [Thu, 20 Jan 2011 16:05:59 -0800] rev 5056
Added the ability to get the UIKit window through the SDL API.
You can also do this through the native API:
UIWindow *window = [[UIApplication sharedApplication] keyWindow];
Also needed to name the union for events and window info.
Ryan C. Gordon <icculus@icculus.org> [Thu, 20 Jan 2011 11:51:23 -0500] rev 5055
Disable .hgeol for now...it doesn't work well at the moment.