mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Add better documentation for epi::NativeOptions::drag_and_drop_support
Closes https://github.com/emilk/egui/issues/747
This commit is contained in:
@@ -9,6 +9,7 @@ fn main() {
|
||||
let options = eframe::NativeOptions {
|
||||
// Let's show off that we support transparent windows
|
||||
transparent: true,
|
||||
drag_and_drop_support: true,
|
||||
..Default::default()
|
||||
};
|
||||
eframe::run_native(Box::new(app), options);
|
||||
|
||||
Reference in New Issue
Block a user