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