bevy
bevy copied to clipboard
Fix inconsistency in `KeyboardInput` examples to match migration guide
Objective
- The API usage of
KeyboardInputin thechar_input_eventsandtext_inputexamples don't match the migration guide.
Solution
- Check using
is_pressedoverButtonState::Released.