ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
cargo run -p keyboard_events