Closed nezuo closed 11 months ago
Bevy's input systems run in PreUpdate in the InputSystem set. This ensures that the ReadInputs schedule runs after input is updated for the frame.
PreUpdate
InputSystem
ReadInputs
Bevy's input systems run in
PreUpdate
in theInputSystem
set. This ensures that theReadInputs
schedule runs after input is updated for the frame.