Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schedule gilrs system before input systems
Previously, the gilrs system had no explicit relationship to the input systems. This could potentially cause it to be scheduled after the input systems, leading to a one-frame lag in gamepad inputs. This adds an explicit `before` relationship to the gilrs plugin, ensuring that raw gamepad events will be processed on the same frame that they are generated.