Add a todo for checking for open egui GUIs
This commit is contained in:
parent
611c0a4c39
commit
5549fd4185
|
@ -37,6 +37,7 @@ pub use egui;
|
||||||
/// your parameters struct.
|
/// your parameters struct.
|
||||||
//
|
//
|
||||||
// TODO: DPI scaling, this needs to be implemented on the framework level
|
// 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>(
|
pub fn create_egui_editor<T, U>(
|
||||||
size: Arc<AtomicCell<(u32, u32)>>,
|
size: Arc<AtomicCell<(u32, u32)>>,
|
||||||
initial_state: T,
|
initial_state: T,
|
||||||
|
|
Loading…
Reference in a new issue