ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A)) |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
README.md
This example shows that you can use egui in parallel from multiple threads.
cargo run -p hello_world_par