mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
abb9d291e9
We used to buffer input events to allow for batch processing multiple events before redrawing. Now that redraws are scheduled to run after the native event queue is empty, buffering is no longer necessary. Signed-off-by: Elias Naur <mail@eliasnaur.com>