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-06-27 15:13:12 -04:00
Code
Activity
Files
zlayer
Add File
New File
Upload File
Apply Patch
egui
/
crates
/
egui-winit
/
src
History
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
..
clipboard.rs
egui-winit: improve clipboard logging
2022-12-13 09:09:25 +01:00
lib.rs
Avoid deadlocks by using lambdas for context lock (
#2625
)
2023-01-25 10:24:23 +01:00
screen_reader.rs
Move all crates into a
crates
directory (
#1940
)
2022-08-20 10:41:49 +02:00
window_settings.rs
Clamp eframe window size to at most the size of the largest monitor (
#2445
)
2022-12-13 09:09:36 +01:00