This website requires JavaScript.
Explore
Help
Sign In
migrations
/
egui
Watch
1
Star
0
Fork
0
You've already forked egui
mirror of
https://github.com/emilk/egui.git
synced
2026-09-01 14:20:04 -04:00
Code
Activity
Files
73a011f83a1f8682f7a95d2e5629112c1b6a9d27
egui
/
examples
/
hello_world_par
/
Cargo.toml
Emil Ernerfeldt
8ce0e1c520
Avoid deadlocks by using lambdas for context lock (
#2625
)
...
ctx.input().key_pressed(Key::A) -> ctx.input(|i| i.key_pressed(Key::A))
2023-01-25 10:24:23 +01:00
367 B
Raw
Blame
History
View Raw
View Git Blame
Copy Permalink