blender/intern/ghost
Brecht Van Lommel 9e85812acc Fix macOS mouse positions inaccuracy
Don't use the current mouse position at the time the event is handled, but
rather the position at the time of the event. This should make e.g. brush
stroke paths more accurate.

In addition, this may solve issues with other software that does mouse
position smoothing. Ref T82143.

Use of the current mouse position was added in 12b642062c6f as part of a
large commit that also made continuous grab work. But it appears to still
work getting the mouse position from the event.
2020-10-29 22:28:28 +01:00
..
intern Fix macOS mouse positions inaccuracy 2020-10-29 22:28:28 +01:00
test GPUImmediate: Make activation / deactivation implicit 2020-09-08 04:15:50 +02:00
CMakeLists.txt Cleanup: missing CMake headers from source lists 2020-07-16 13:17:31 +10:00
GHOST_C-api.h GHOST: Enable debug context on offscreen context too 2020-09-01 00:30:36 +02:00
GHOST_IContext.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_IEvent.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_IEventConsumer.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_ISystem.h Spelling: It's Versus Its 2020-10-19 08:12:33 -07:00
GHOST_ISystemPaths.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_ITimerTask.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_IWindow.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_IXrContext.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_Path-api.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_Rect.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_Types.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00