Ryan C. Gordon
|
7a9b9e05e0
SDL_mouse.c doesn't need default_cursor.h.
|
8 yıl önce |
Sam Lantinga
|
a4cfa93670
Fixed bug 2293 - Precise scrolling events
|
8 yıl önce |
Sam Lantinga
|
de91b1248f
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
|
8 yıl önce |
Sam Lantinga
|
bfd5a13473
Fixed bug 2931 - Large relative mouse motion jumps when using touch input
|
8 yıl önce |
Sam Lantinga
|
56cab6d452
Added a hint SDL_HINT_TOUCH_MOUSE_EVENTS to control whether touch events generate synthetic mouse events.
|
8 yıl önce |
Ryan C. Gordon
|
61a3ba303c
Replaced a few single-line "//" comments.
|
9 yıl önce |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 yıl önce |
Sam Lantinga
|
54188c8b9e
Fixed crash at startup
|
9 yıl önce |
Sam Lantinga
|
16074e6749
Fixed compile warning on Visual Studio
|
9 yıl önce |
Sam Lantinga
|
4eda58ba6a
Added SDL_HINT_MOUSE_NORMAL_SPEED_SCALE and SDL_HINT_MOUSE_RELATIVE_SPEED_SCALE to scale the speed of the mouse.
|
9 yıl önce |
Sam Lantinga
|
57d01d7d67
Patch from Sylvain to fix clang warnings
|
9 yıl önce |
Sam Lantinga
|
27d4f09929
Implemented SDL_GetHintBoolean() to make it easier to check boolean hints
|
9 yıl önce |
Philipp Wiesemann
|
7b23eef3b0
Fixed crash if allocating memory for mouse clicks failed.
|
9 yıl önce |
Alex Szpakowski
|
450fa8cdf9
Use OS-provided click counts on macOS and iOS for mouse press and release events.
|
9 yıl önce |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 yıl önce |
Ryan C. Gordon
|
e346f14277
SDL_WarpMouseGlobal() should return non-void.
|
10 yıl önce |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
11 yıl önce |
Sam Lantinga
|
236deab49b
Fixed relative mouse motion moving farther and farther off screen.
|
11 yıl önce |
Philipp Wiesemann
|
fe586d077f
Fixed three memory leaks on failed allocation.
|
11 yıl önce |
Edward Rudd
|
5b5823eeb5
add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event
|
11 yıl önce |
Sam Lantinga
|
348cf3ee28
Fixed spurious SDL error on shutdown if mouse capture isn't supported
|
11 yıl önce |
Sam Lantinga
|
7187b74cf4
Fixed compiler warnings on iOS
|
11 yıl önce |
Sam Lantinga
|
1ee96bb994
Fixed mingw64 build and warnings
|
11 yıl önce |
Gabriel Jacobo
|
9dc2614e7d
Another fix to prevent dereferencing a null window pointer in SDL_mouse.c
|
12 yıl önce |
Gabriel Jacobo
|
1ed1f7f2e3
Fixes #2611 #2610, Touch events cause crash on Android, thanks Alvin & Sylvain
|
12 yıl önce |
Ryan C. Gordon
|
4318910e02
Whoops, lost this in the merge.
|
12 yıl önce |
Ryan C. Gordon
|
b29740b88f
Merged Ryan's SDL-gui-backend branch.
|
12 yıl önce |
Ryan C. Gordon
|
8436956711
Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().
|
12 yıl önce |
Ryan C. Gordon
|
b861efde14
Implemented SDL_GetAbsoluteMouseState().
|
12 yıl önce |
Ryan C. Gordon
|
264eb4bbed
Added some (harmlessly) missing braces.
|
12 yıl önce |