1
0
Fork 0

Add a todo for checking for open egui GUIs

This commit is contained in:
Robbert van der Helm 2022-02-07 11:53:09 +01:00
parent 611c0a4c39
commit 5549fd4185

View file

@ -37,6 +37,7 @@ pub use egui;
/// your parameters struct.
//
// TODO: DPI scaling, this needs to be implemented on the framework level
// TODO: Add some way for the plugin to check whether the GUI is open
pub fn create_egui_editor<T, U>(
size: Arc<AtomicCell<(u32, u32)>>,
initial_state: T,