egui/examples/custom_window_frame
Emil Ernerfeldt b522200804 Update example screenshots 2024-02-05 13:01:10 +01:00
..
src Bug Fix : `Response::is_pointer_button_down_on` is now false the frame the button is released (#3833) 2024-01-17 16:33:11 +01:00
Cargo.toml Put all egui crates as workspace crates (#3976) 2024-02-05 12:59:49 +01:00
README.md Automatically generate screenshots for all examples (#2379) 2022-12-04 17:27:40 +01:00
screenshot.png Update example screenshots 2024-02-05 13:01:10 +01:00

README.md

Example how to show a custom window frame instead of the default OS window chrome decorations.

cargo run -p custom_window_frame