1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00
Files
egui/crates
Antoine Beyeler 13352d6064 Fix drag-and-drop termination condition bug (#5452)
I introduced this in #5433.

TL;DR: there are two termination conditions for drag-and-drop
operations:
- ESC
- release mouse

The former _must_ happen at frame start (to properly capture the
keystroke). The latter _must_ happen at end-of-frame (to _not_ shadow
the mouse release event from user code).

This is now properly documented.
2024-12-09 12:12:14 +01:00
..
2024-12-05 13:53:20 +01:00
2024-11-26 21:00:34 +01:00
2023-04-18 15:52:45 +02:00
2024-12-09 12:11:27 +01:00
2024-12-01 18:58:35 +01:00