summaryrefslogtreecommitdiff
path: root/src/events/SDL_mouse.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-06SDL_HINT_MOUSE_TOUCH_EVENTS: move tracking appart in case of 'window' is nullSylvain Becker1-5/+5
2019-04-05Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as wellSam Lantinga1-1/+1
2019-04-05Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviourSylvain Becker1-4/+12
2019-04-04Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch eventsSylvain Becker1-0/+48
2019-04-04Bug 4576: track both FingerId and TrackIdSylvain Becker1-9/+1
2019-03-16Fixed bug 4450 - SDL_mouse.c fails to compile with CMake generated Visual Stu...Sam Lantinga1-0/+3
2019-03-11SDL_MouseQuit(): clear mouse->cur_cursor (Bug 4530)Sylvain Becker1-0/+1
2019-01-04Updated copyright for 2019Sam Lantinga1-1/+1
2018-12-06Made it more clear that the values being compared are floatsSam Lantinga1-1/+1
2018-12-06Fix warnings detected on Android buildSylvain Becker1-1/+1
2018-09-14Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK...Sam Lantinga1-11/+37
2018-06-18Added support for external mouse in Samsung DeX modeSam Lantinga1-0/+3
2018-06-05Add Android support for relative mouse mode to SDL.Sam Lantinga1-0/+1
2018-01-03Updated copyright for 2018Sam Lantinga1-1/+1
2017-11-06mouse: remove assert for unimplemented platforms (thanks, tomwardio!).Ryan C. Gordon1-1/+0
2017-10-13Fixed bug 3880 - X Error upon quit since rev. 11607Sam Lantinga1-0/+3
2017-10-12Fixed memory leak in Cocoa mouse codeSam Lantinga1-2/+2
2017-08-17SDL_mouse.c doesn't need default_cursor.h.Ryan C. Gordon1-1/+0
2017-08-14Fixed bug 2293 - Precise scrolling eventsSam Lantinga1-3/+28
2017-08-14Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacksSam Lantinga1-3/+3
2017-08-12Fixed bug 2931 - Large relative mouse motion jumps when using touch inputSam Lantinga1-4/+18
2017-08-03Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events gene...Sam Lantinga1-0/+23
2017-01-07Replaced a few single-line "//" comments.Ryan C. Gordon1-1/+1
2017-01-01Updated copyright for 2017Sam Lantinga1-1/+1
2016-12-03Fixed crash at startupSam Lantinga1-2/+10
2016-12-02Fixed compile warning on Visual StudioSam Lantinga1-2/+2
2016-12-02Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCA...Sam Lantinga1-0/+52
2016-11-13Patch from Sylvain to fix clang warningsSam Lantinga1-0/+2
2016-10-07Implemented SDL_GetHintBoolean() to make it easier to check boolean hintsSam Lantinga1-11/+1
2016-09-30Fixed crash if allocating memory for mouse clicks failed.Philipp Wiesemann1-14/+18
2016-09-24Use OS-provided click counts on macOS and iOS for mouse press and release eve...Alex Szpakowski1-10/+20
2016-01-02Updated copyright to 2016Sam Lantinga1-1/+1
2015-07-17SDL_WarpMouseGlobal() should return non-void.Ryan C. Gordon1-2/+4
2015-05-26Updated the copyright year to 2015Sam Lantinga1-1/+1
2015-03-30Fixed relative mouse motion moving farther and farther off screen.Sam Lantinga1-3/+8
2015-02-08Fixed three memory leaks on failed allocation.Philipp Wiesemann1-2/+3
2014-12-03add in support for passing down the "natural" (or flipped) scrolling directio...Edward Rudd1-1/+2
2014-10-15Fixed spurious SDL error on shutdown if mouse capture isn't supportedSam Lantinga1-1/+3
2014-07-07Fixed compiler warnings on iOSSam Lantinga1-2/+2
2014-07-07Fixed mingw64 build and warningsSam Lantinga1-1/+0
2014-06-28Another fix to prevent dereferencing a null window pointer in SDL_mouse.cGabriel Jacobo1-1/+1
2014-06-28Fixes #2611 #2610, Touch events cause crash on Android, thanks Alvin & SylvainGabriel Jacobo1-1/+1
2014-06-25Whoops, lost this in the merge.Ryan C. Gordon1-0/+35
2014-06-25Merged Ryan's SDL-gui-backend branch.Ryan C. Gordon1-25/+57
2014-06-25Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().Ryan C. Gordon1-3/+3
2014-06-05Implemented SDL_GetAbsoluteMouseState().Ryan C. Gordon1-0/+24
2014-06-05Added some (harmlessly) missing braces.Ryan C. Gordon1-2/+4
2014-06-04Added an API function to warp the mouse cursor in global screen space: SDL_Wa...Sam Lantinga1-2/+12
2014-05-24Implemented SDL_CaptureMouse().Ryan C. Gordon1-37/+65
2014-05-24Added some FIXMEs.Ryan C. Gordon1-0/+1