bevy icon indicating copy to clipboard operation
bevy copied to clipboard

Fix inconsistency in `KeyboardInput` examples to match migration guide

Open chompaa opened this issue 1 year ago • 0 comments

Objective

  • The API usage of KeyboardInput in the char_input_events and text_input examples don't match the migration guide.

Solution

  • Check using is_pressed over ButtonState::Released.

chompaa avatar Jul 06 '24 16:07 chompaa