Files
test2/source/blender/windowmanager
Campbell Barton 7bbead1e87 WM: prevent drag events being continually tested
Click-drag events that weren't handled would continually be tested
for each mouse-motion event.

As well as being redundant, this added the overhead of querying
gizmos twice per motion event.

Now click-drag is only tested once when the drag threshold is reached.

This mitigates T87511, although the single drag test still causes
the snap gizmo to flicker.
2021-04-16 23:50:05 +10:00
..
2021-02-20 15:35:00 +11:00
2021-02-14 20:58:04 +11:00
2021-04-13 21:43:07 +10:00