1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 23:13:13 -04:00
Files
egui/examples/hello_world_simple
Konkitoman f4a196cddc Now a WindowEvent::CloseRequested is received will be sent to egui_winit::State in RawInput
Now when we press the close button from a native window if the window has a open variabile connected the window will be closed
2023-07-24 16:15:34 +03:00
..
2023-04-18 21:11:26 +02:00
2023-05-23 13:38:02 +02:00

Example showing some UI controls like Label, TextEdit, Slider, Button.

cargo run -p hello_world