index
:
~wtay/SDL
SDL-1.2
fixes
master
pipewire-camera
rhel-7.9
rhel-8
rhel-8.0
rhel-8.0-SDL2
Unnamed repository; edit this file 'description' to name the repository.
wtay
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
events
/
SDL_mouse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-06
SDL_HINT_MOUSE_TOUCH_EVENTS: move tracking appart in case of 'window' is null
Sylvain Becker
1
-5
/
+5
2019-04-05
Set SDL_HINT_MOUSE_TOUCH_EVENTS for iPhone and iPad as well
Sam Lantinga
1
-1
/
+1
2019-04-05
Android: default SDL_HINT_MOUSE_TOUCH_EVENTS to 1 as previous behaviour
Sylvain Becker
1
-4
/
+12
2019-04-04
Add hint SDL_HINT_MOUSE_TOUCH_EVENTS for mouse events to generate touch events
Sylvain Becker
1
-0
/
+48
2019-04-04
Bug 4576: track both FingerId and TrackId
Sylvain Becker
1
-9
/
+1
2019-03-16
Fixed bug 4450 - SDL_mouse.c fails to compile with CMake generated Visual Stu...
Sam Lantinga
1
-0
/
+3
2019-03-11
SDL_MouseQuit(): clear mouse->cur_cursor (Bug 4530)
Sylvain Becker
1
-0
/
+1
2019-01-04
Updated copyright for 2019
Sam Lantinga
1
-1
/
+1
2018-12-06
Made it more clear that the values being compared are floats
Sam Lantinga
1
-1
/
+1
2018-12-06
Fix warnings detected on Android build
Sylvain Becker
1
-1
/
+1
2018-09-14
Added hints SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK...
Sam Lantinga
1
-11
/
+37
2018-06-18
Added support for external mouse in Samsung DeX mode
Sam Lantinga
1
-0
/
+3
2018-06-05
Add Android support for relative mouse mode to SDL.
Sam Lantinga
1
-0
/
+1
2018-01-03
Updated copyright for 2018
Sam Lantinga
1
-1
/
+1
2017-11-06
mouse: remove assert for unimplemented platforms (thanks, tomwardio!).
Ryan C. Gordon
1
-1
/
+0
2017-10-13
Fixed bug 3880 - X Error upon quit since rev. 11607
Sam Lantinga
1
-0
/
+3
2017-10-12
Fixed memory leak in Cocoa mouse code
Sam Lantinga
1
-2
/
+2
2017-08-17
SDL_mouse.c doesn't need default_cursor.h.
Ryan C. Gordon
1
-1
/
+0
2017-08-14
Fixed bug 2293 - Precise scrolling events
Sam Lantinga
1
-3
/
+28
2017-08-14
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
Sam Lantinga
1
-3
/
+3
2017-08-12
Fixed bug 2931 - Large relative mouse motion jumps when using touch input
Sam Lantinga
1
-4
/
+18
2017-08-03
Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events gene...
Sam Lantinga
1
-0
/
+23
2017-01-07
Replaced a few single-line "//" comments.
Ryan C. Gordon
1
-1
/
+1
2017-01-01
Updated copyright for 2017
Sam Lantinga
1
-1
/
+1
2016-12-03
Fixed crash at startup
Sam Lantinga
1
-2
/
+10
2016-12-02
Fixed compile warning on Visual Studio
Sam Lantinga
1
-2
/
+2
2016-12-02
Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCA...
Sam Lantinga
1
-0
/
+52
2016-11-13
Patch from Sylvain to fix clang warnings
Sam Lantinga
1
-0
/
+2
2016-10-07
Implemented SDL_GetHintBoolean() to make it easier to check boolean hints
Sam Lantinga
1
-11
/
+1
2016-09-30
Fixed crash if allocating memory for mouse clicks failed.
Philipp Wiesemann
1
-14
/
+18
2016-09-24
Use OS-provided click counts on macOS and iOS for mouse press and release eve...
Alex Szpakowski
1
-10
/
+20
2016-01-02
Updated copyright to 2016
Sam Lantinga
1
-1
/
+1
2015-07-17
SDL_WarpMouseGlobal() should return non-void.
Ryan C. Gordon
1
-2
/
+4
2015-05-26
Updated the copyright year to 2015
Sam Lantinga
1
-1
/
+1
2015-03-30
Fixed relative mouse motion moving farther and farther off screen.
Sam Lantinga
1
-3
/
+8
2015-02-08
Fixed three memory leaks on failed allocation.
Philipp Wiesemann
1
-2
/
+3
2014-12-03
add in support for passing down the "natural" (or flipped) scrolling directio...
Edward Rudd
1
-1
/
+2
2014-10-15
Fixed spurious SDL error on shutdown if mouse capture isn't supported
Sam Lantinga
1
-1
/
+3
2014-07-07
Fixed compiler warnings on iOS
Sam Lantinga
1
-2
/
+2
2014-07-07
Fixed mingw64 build and warnings
Sam Lantinga
1
-1
/
+0
2014-06-28
Another fix to prevent dereferencing a null window pointer in SDL_mouse.c
Gabriel Jacobo
1
-1
/
+1
2014-06-28
Fixes #2611 #2610, Touch events cause crash on Android, thanks Alvin & Sylvain
Gabriel Jacobo
1
-1
/
+1
2014-06-25
Whoops, lost this in the merge.
Ryan C. Gordon
1
-0
/
+35
2014-06-25
Merged Ryan's SDL-gui-backend branch.
Ryan C. Gordon
1
-25
/
+57
2014-06-25
Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().
Ryan C. Gordon
1
-3
/
+3
2014-06-05
Implemented SDL_GetAbsoluteMouseState().
Ryan C. Gordon
1
-0
/
+24
2014-06-05
Added some (harmlessly) missing braces.
Ryan C. Gordon
1
-2
/
+4
2014-06-04
Added an API function to warp the mouse cursor in global screen space: SDL_Wa...
Sam Lantinga
1
-2
/
+12
2014-05-24
Implemented SDL_CaptureMouse().
Ryan C. Gordon
1
-37
/
+65
2014-05-24
Added some FIXMEs.
Ryan C. Gordon
1
-0
/
+1
[next]