summaryrefslogtreecommitdiff
path: root/src/video/cocoa/SDL_cocoamouse.m
Commit message (Expand)AuthorAgeFilesLines
* Updated copyright for 2021Sam Lantinga2021-01-021-1/+1
* Fixed bug 5235 - All internal sources should include SDL_assert.hSam Lantinga2020-12-091-1/+0
* Updated copyright date for 2020Sam Lantinga2020-01-161-1/+1
* cocoa: Another attempt at mouse vs touch support.Ryan C. Gordon2019-07-081-22/+0
* cocoa: Don't report trackpad mouse events as synthesized touches.Ryan C. Gordon2019-07-021-0/+6
* cocoa: Patched to compile and also handle possible malloc failure.Ryan C. Gordon2019-06-181-6/+10
* Fixed potential double-free in mouse cleanup codeSam Lantinga2019-06-181-5/+5
* A few minor changes to placate static analysis.Ryan C. Gordon2019-06-141-1/+5
* cocoa: Another attempt at synthesized mouse/touch events.Ryan C. Gordon2019-06-131-2/+19
* cocoa: Revised synthesized mouse/touch event strategy.Ryan C. Gordon2019-06-131-4/+3
* cocoa: report proper input IDs for mouse/touch events.Ryan C. Gordon2019-06-091-2/+4
* Fixed bug 4255 - SDL_GetGlobalMouseState() returns incorrect Y on secondary d...Sam Lantinga2019-01-041-8/+2
* Updated copyright for 2019Sam Lantinga2019-01-041-1/+1
* Temporary fix for bug 3432 - macOS 10.12: small scrolls (1 wheel notch) don't...Sam Lantinga2018-03-101-0/+10
* Updated copyright for 2018Sam Lantinga2018-01-031-1/+1
* Fixed bug 2293 - Precise scrolling eventsSam Lantinga2017-08-141-11/+1
* macOS: Replace uses of deprecated Cocoa enum names with modern/consistent equ...Alex Szpakowski2017-07-131-4/+5
* Updated copyright for 2017Sam Lantinga2017-01-011-1/+1
* Fix mouse wheel events on macOS 10.12 (thanks Eric Wasylishen!)Alex Szpakowski2016-09-241-6/+6
* Cocoa mouse code: Replaced NSPointInRect with NSMouseInRect (thanks Eric Wasy...Alex Szpakowski2016-05-011-2/+2
* Mac: avoid calling CGSetLocalEventsSuppressionInterval, it was deprecated in ...Alex Szpakowski2016-03-201-6/+8
* Updated copyright to 2016Sam Lantinga2016-01-021-1/+1
* SDL_WarpMouseGlobal() should return non-void.Ryan C. Gordon2015-07-171-2/+4
* Cocoa: deal with mouse focus when warping the cursor from outside a window.Ryan C. Gordon2015-05-311-10/+26
* Cocoa: send a MOUSEMOTION event when warping cursor from outside the window.Ryan C. Gordon2015-05-311-0/+4
* Updated the copyright year to 2015Sam Lantinga2015-05-261-1/+1
* add in support for passing down the "natural" (or flipped) scrolling directio...Edward Rudd2014-11-231-1/+8
* Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepoolSam Lantinga2014-08-171-22/+10
* Fixed bug 2655 - OSX: Window position and global mouse coord spaces are diffe...Sam Lantinga2014-08-171-32/+14
* Fixed bug 2631 - Mac: minor code cleanupSam Lantinga2014-07-071-8/+4
* Merged Ryan's SDL-gui-backend branch.Ryan C. Gordon2014-06-251-1/+38
|\
| * Mac: Fixed crash when returning from a fullscreen Space on shutdown.Ryan C. Gordon2014-06-151-1/+4
| * Fixed Mac OS X buildSam Lantinga2014-06-041-1/+1
| * Added an API function to warp the mouse cursor in global screen space: SDL_Wa...Sam Lantinga2014-06-041-0/+25
| * Fixed bug 2550 - [OS X 10.9] Enabling SDL_WINDOW_FULLSCREEN after relative mo...Sam Lantinga2014-06-021-0/+9
* | Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().Ryan C. Gordon2014-06-251-2/+2
* | Implemented Cocoa GetAbsoluteMouseState().Ryan C. Gordon2014-06-111-0/+26
* | Implement SDL_CaptureMouse() for Mac OS X.Ryan C. Gordon2014-05-241-0/+9
|/
* Mac: Forgot return value in last commit.J?rgen P. Tjern?2014-02-261-1/+1
* Mac: Don't disassociate cursor if window is moving / doesn't have focus.J?rgen P. Tjern?2014-02-261-1/+16
* Mac: Redo cursor warp handling.J?rgen P. Tjern?2014-02-261-24/+47
* Mac: Improve moving relative mode windows.J?rgen P. Tjern?2014-02-251-10/+54
* Fixed bug 2346 - Mac: mousewheel events have flipped horizontal scroll valuesSam Lantinga2014-02-221-1/+1
* Fixed bug 2374 - Update copyright for 2014...Sam Lantinga2014-02-021-1/+1
* Make internal SDL sources include SDL_internal.h instead of SDL_config.hRyan C. Gordon2013-11-241-1/+1
* Fix SDL_SetWindowPosition on fullscreen windows.J?rgen P. Tjern?2013-10-071-7/+1
* Mac: Better mouse-grab if you define SDL_MAC_NO_SANDBOX.J?rgen P. Tjern?2013-08-071-0/+9
* Mac: CGMakePoint -> CGPointMake in previous change.J?rgen P. Tjern?2013-07-151-1/+1
* Mac: Fix SDL_WarpMouseInWindow in fullscreen.J?rgen P. Tjern?2013-07-151-3/+6
* Mac: Fix incorrect relative jump on focus / start.J?rgen P. Tjern?2013-06-041-4/+6