This website requires JavaScript.
Explore
Help
Sign In
GRIN
/
egui
Watch
1
Star
0
Fork
0
You've already forked egui
mirror of
https://github.com/emilk/egui.git
synced
2026-07-15 02:58:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3,936
Commits
156
Branches
63
Tags
4f94de0bc811b9d992cb57e3ccce3927c85f73eb
Commit Graph
1 Commits
Author
SHA1
Message
Date
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