You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-28 16:07:14 +00: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.