SDL/src/video/cocoa
Cameron Gutman da0f76de6d cocoa: Don't round scroll deltas from trackpads
Rounding the scroll deltas from trackpads causes jerky scrolling behavior
by artificially amplifying the effects of very small scroll movements.

We should only round events from devices with discrete scroll wheels,
because we know the smallest unit of movement there is a single tick.
2021-12-07 09:02:35 -08:00
..
SDL_cocoaclipboard.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaclipboard.m cocoa: Report an error if SDL_SetClipboardText() isn't using UTF-8 encoding. 2021-05-08 12:39:50 -04:00
SDL_cocoaevents.h Modifies WaitEvent and WaitEventTimeout to actually wait instead of polling 2021-06-04 13:50:50 -07:00
SDL_cocoaevents.m SDL_cocoaevents.m: fix build against SDK < 10.12 after commit 0dd7024d. 2021-06-11 04:00:32 +03:00
SDL_cocoakeyboard.h cocoa: Add keyboard grab support 2021-07-29 19:06:43 -07:00
SDL_cocoakeyboard.m cocoa: Add keyboard grab support 2021-07-29 19:06:43 -07:00
SDL_cocoamessagebox.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamessagebox.m Run the entire Cocoa messagebox function on the main thread. 2021-07-27 14:57:18 -07:00
SDL_cocoametalview.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoametalview.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamodes.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoamodes.m Allow Cocoa_VideoInit to succeed when current display mode has invalid flags 2021-10-19 15:50:21 -07:00
SDL_cocoamouse.h cocoa: Remove mouse event tap. 2021-04-26 18:43:28 -04:00
SDL_cocoamouse.m cocoa: Don't round scroll deltas from trackpads 2021-12-07 09:02:35 -08:00
SDL_cocoaopengl.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengl.m Use dispatch_async for -[NSOpenGLContext update]. Fixes #3680 2021-03-31 10:46:31 -04:00
SDL_cocoaopengles.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoaopengles.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoashape.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoashape.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavideo.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavideo.m Implemented SDL_SetWindowMouseRect() on macOS 2021-11-08 20:35:56 -08:00
SDL_cocoavulkan.h Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoavulkan.m Updated copyright for 2021 2021-01-02 10:25:38 -08:00
SDL_cocoawindow.h Added SDL_GetWindowMouseRect() 2021-11-08 21:34:48 -08:00
SDL_cocoawindow.m cocoa: Removed a debug printf call. 2021-11-21 00:21:41 -05:00