Blender Git Commit Log

Git Commits -> Revision 9620011

Revision 9620011 by Nicholas Rishel (master)
November 16, 2020, 20:46 (GMT)
Fix T76699: Support macOS inbetween mouse/tablet.

Coalescing on macOS overwrites a singular unprocessed mouse event. To
receive all mouse and tablet events coalescing is disabled.

Disabling coalescing for macOS disables coalescing for trackpad
gestures. Repeat trackpad events are unnecessary and found to
negatively impact performance thus are re-coalesced in Window Manager.

Reviewed By: brecht

Differential Revision: https://developer.blender.org/D9574

Commit Details:

Full Hash: 96200110eb0f0c8d2d48b1f383927ab8bd6c4aff
Parent Commit: 5d13cb5
Lines Changed: +31, -6

2 Modified Paths:

/intern/ghost/intern/GHOST_SystemCocoa.mm (+2, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+29, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021