mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Multiwindow support simplified input handling by processing all data only during a `wl_seat::frame` event, which got introduced in wl_seat version 5. If the compositor reports an older version, we manually call the frame event handler.