Sam Lantinga
|
3e720d2a80
Fixed potential double-free in mouse cleanup code
|
6 rokov pred |
Ryan C. Gordon
|
90e2dc9891
A few minor changes to placate static analysis.
|
6 rokov pred |
Ryan C. Gordon
|
d9a2eff26f
cocoa: Another attempt at synthesized mouse/touch events.
|
6 rokov pred |
Ryan C. Gordon
|
294574647d
cocoa: Revised synthesized mouse/touch event strategy.
|
6 rokov pred |
Ryan C. Gordon
|
781692c03c
cocoa: report proper input IDs for mouse/touch events.
|
6 rokov pred |
Sam Lantinga
|
d4c0f498db
Fixed bug 4255 - SDL_GetGlobalMouseState() returns incorrect Y on secondary display
|
7 rokov pred |
Sam Lantinga
|
5e13087b0f
Updated copyright for 2019
|
7 rokov pred |
Sam Lantinga
|
cc7b2fc512
Temporary fix for bug 3432 - macOS 10.12: small scrolls (1 wheel notch) don't generate events
|
8 rokov pred |
Sam Lantinga
|
e3cc5b2c6b
Updated copyright for 2018
|
8 rokov pred |
Sam Lantinga
|
a4cfa93670
Fixed bug 2293 - Precise scrolling events
|
8 rokov pred |
Alex Szpakowski
|
bc3ede1ed0
macOS: Replace uses of deprecated Cocoa enum names with modern/consistent equivalents.
|
8 rokov pred |
Sam Lantinga
|
45b774e3f7
Updated copyright for 2017
|
9 rokov pred |
Alex Szpakowski
|
bac5394127
Fix mouse wheel events on macOS 10.12 (thanks Eric Wasylishen!)
|
9 rokov pred |
Alex Szpakowski
|
b15efce277
Cocoa mouse code: Replaced NSPointInRect with NSMouseInRect (thanks Eric Wasylishen!) Fixes bug #3312.
|
10 rokov pred |
Alex Szpakowski
|
08488e6d34
Mac: avoid calling CGSetLocalEventsSuppressionInterval, it was deprecated in OS X 10.6.
|
10 rokov pred |
Sam Lantinga
|
42065e785d
Updated copyright to 2016
|
10 rokov pred |
Ryan C. Gordon
|
e346f14277
SDL_WarpMouseGlobal() should return non-void.
|
10 rokov pred |
Philipp Wiesemann
|
72590685c0
Backed out changeset 4ad56dbf4a6f
|
10 rokov pred |
Edward Rudd
|
5b5823eeb5
add in support for passing down the "natural" (or flipped) scrolling direction in the MouseWheelEvent event
|
11 rokov pred |
Sam Lantinga
|
d1cc47b337
Fixed 2680 - OSX: Replace NSAutoreleasePool with @autoreleasepool
|
11 rokov pred |
Sam Lantinga
|
5e50180415
Fixed bug 2655 - OSX: Window position and global mouse coord spaces are different
|
11 rokov pred |
Sam Lantinga
|
fc4e798d79
Fixed bug 2631 - Mac: minor code cleanup
|
11 rokov pred |
Ryan C. Gordon
|
b29740b88f
Merged Ryan's SDL-gui-backend branch.
|
11 rokov pred |
Ryan C. Gordon
|
8436956711
Changed SDL_GetAbsoluteMouseState() to SDL_GetGlobalMouseState().
|
11 rokov pred |
Ryan C. Gordon
|
39bad809c3
Mac: Fixed crash when returning from a fullscreen Space on shutdown.
|
12 rokov pred |
Ryan C. Gordon
|
2cce7b2ed3
Implemented Cocoa GetAbsoluteMouseState().
|
12 rokov pred |
Sam Lantinga
|
1e00c03f14
Fixed Mac OS X build
|
12 rokov pred |
Sam Lantinga
|
45ed5ee494
Added an API function to warp the mouse cursor in global screen space: SDL_WarpMouseGlobal()
|
12 rokov pred |
Sam Lantinga
|
6b90d7f58a
Fixed bug 2550 - [OS X 10.9] Enabling SDL_WINDOW_FULLSCREEN after relative mouse mode leaves cursor visible
|
12 rokov pred |
Ryan C. Gordon
|
668025c239
Implement SDL_CaptureMouse() for Mac OS X.
|
12 rokov pred |