blender/intern/ghost
Yevgeny Makarov 9306e01b10 Fix T82870: on macOS, continuous grab jumps when crossing editor border
The event queue can contain events from before pointer warping, ignore those
now. This is an old issue, but became more common now that we disabled event
coalescing and started using the event mouse location rather than the current
mouse location.

Thanks to Yevgeny Makarov and Nicholas Rishel for helping solve this.

Ref D9662
2020-11-30 13:41:38 +01:00
..
intern Fix T82870: on macOS, continuous grab jumps when crossing editor border 2020-11-30 13:41:38 +01:00
test Cleanup: use string APPEND/PREPEND 2020-11-06 12:32:54 +11:00
CMakeLists.txt Cleanup: use string APPEND/PREPEND 2020-11-06 12:32:54 +11:00
GHOST_C-api.h Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11:00
GHOST_IContext.h Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11:00
GHOST_IEvent.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_IEventConsumer.h Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11:00
GHOST_ISystem.h Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11:00
GHOST_ISystemPaths.h Code Style: use "#pragma once" in intern/ghost 2020-08-07 10:18:01 +02:00
GHOST_ITimerTask.h Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11:00
GHOST_IWindow.h Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11: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 Cleanup: doxygen comments in ghost 2020-11-06 14:25:44 +11:00
GHOST_Types.h macOS: follow system preference for natural trackpad scroll direction 2020-11-09 13:51:08 +01:00