summaryrefslogtreecommitdiff
path: root/src/video/cocoa/SDL_cocoamouse.m
Commit message (Expand)AuthorAgeFilesLines
...
* File style cleanup for the SDL 2.0 releaseSam Lantinga2013-05-181-1/+1
* Mac: Use cursor rects instead of NSCursor hide/unhide.J?rgen P. Tjern?2013-05-071-22/+35
* Mac: Fix relative mode message after gaining focus.J?rgen P. Tjern?2013-04-251-3/+22
* Mac: Don't supress mousemoves after warp.J?rgen P. Tjern?2013-04-251-0/+7
* Mac: Update mouse position on warp.J?rgen P. Tjern?2013-04-241-0/+6
* Mac: Fix cursor not updating when re-focusing the window.J?rgen P. Tjern?2013-04-231-1/+7
* Mac: Fix unmatched hide/show cursor calls.J?rgen P. Tjern?2013-04-231-3/+12
* Make SDL_SetError and friends unconditionally return -1.Ryan C. Gordon2013-03-311-2/+1
* Added a mouse ID to the mouse events, which set to the special value SDL_TOUC...Sam Lantinga2013-03-021-2/+4
* Happy New Year!Sam Lantinga2013-02-151-1/+1
* Backed out use of @autorelease keyword for now, since it's not supported by o...Sam Lantinga2013-02-111-94/+100
* Replaced manual NSAutoreleasePool handing with @autoreleasestopiccot2013-01-061-100/+94
* Added a Cocoa implementation of SDL_CreateSystemCursor()Sam Lantinga2012-11-191-0/+64
* Removed executable bit from source filesSam Lantinga2012-09-271-0/+0
* Change SDL_SetCursor to set the cursor back to the default cursor when theWim Looman2012-02-031-8/+6
* Happy New Year!Sam Lantinga2011-12-311-1/+1
* Lots of fixes importing SDL source wholesale into a new iOS projectSam Lantinga2011-10-311-15/+4
* SDL 1.3 is now under the zlib license.Sam Lantinga2011-04-081-19/+18
* Fixed bug 1166 (No mouse motion events while SDL_SetRelativeMouseMode() is ac...Sam Lantinga2011-03-111-1/+5
* Fixed memory leak freeing cursorsSam Lantinga2011-02-281-0/+1
* Implemented mouse relative mode on Mac OS X.Sam Lantinga2011-02-271-2/+26
* Added a cleaner way to set the default cursor.Sam Lantinga2011-02-271-3/+1
* Fixed compile error on some versions of Mac OS X.Sam Lantinga2011-02-231-2/+2
* Actually set the cursor! :)Sam Lantinga2011-02-211-0/+3
* Implemented cursor support and SDL_WarpMouseInWindow() on Mac OS XSam Lantinga2011-02-211-0/+97
* Fixed the responder chain for event handling, the listener fully handles mous...Sam Lantinga2011-02-211-56/+1
* Happy 2011! :)Sam Lantinga2011-02-111-1/+1
* Fixed mouse button index for additional mouse buttonsSam Lantinga2011-01-201-1/+1
* Moved function for consistencySam Lantinga2011-01-201-5/+5
* Fix mouse wheel events in fullscreen mode for OS XJjgod Jiang2011-01-211-0/+22
* I missed the Objective C files when updating the copyright date...Sam Lantinga2010-07-081-1/+1
* Cleaned up the mouse window focus handling: you always pass in the relative w...Sam Lantinga2010-07-051-8/+8
* Removed multi-mouse / multi-keyboard support in anticipation of a real multi-...Sam Lantinga2010-05-091-26/+10
* Switched from SDL_WindowID and SDL_TextureID to SDL_Window* and SDL_Texture* ...Sam Lantinga2010-01-211-3/+3
* Added an API function to query geometry of multiple monitors:Sam Lantinga2009-12-061-4/+4
* Fixed compilation on Mac OS X 10.4Sam Lantinga2009-12-051-1/+1
* Fixed mouse events for fullscreen windows on Mac OS XSam Lantinga2009-12-031-0/+82
* Fixed X11 mouse motion/button events - it's not actually safe to cast mouse e...Sam Lantinga2009-01-011-2/+1
* Updated copyright dateSam Lantinga2008-12-081-1/+1
* Final merge of Google Summer of Code 2008 work...Sam Lantinga2008-08-251-1/+2
* The Mac OS X Cocoa video driver is under construction...Sam Lantinga2006-07-231-0/+46