This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Campbell Barton 1f1dcf41d5 Event System: key-press while dragging now activates drag first
When dragging with a large threshold (using a tablet for example),
it's possible to press another key before the drag threshold is reached.

So tweaking then pressing X would show the delete popup instead of
transforming along the X-axis.

Now key presses while dragging cause the drag event to be evaluated
before the key press.

Note that to properly base the mouse-move event on the previous
state the last handled event is now stored in the window.
Without this the inserted mouse-move event may contain invalid values
from the next event (it's modifier state or other `prev_*` values).

Requested by @JulienKaspar.
2022-03-10 21:26:15 +11:00
..
2022-03-09 10:13:43 +11:00
2022-03-08 14:32:34 +11:00
2022-03-10 16:27:18 +11:00
2022-03-07 17:28:39 +01:00
2022-03-09 10:27:08 -06:00
2022-03-09 10:13:43 +11:00
2022-03-09 10:13:43 +11:00
2022-03-08 14:32:34 +11:00
2022-02-15 12:32:15 +01:00