ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
How to show a file dialog using rfd.
rfd
cargo run -p file_dialog