watch controls for edit mode
This commit is contained in:
@@ -65,7 +65,11 @@ impl RenderResources {
|
||||
}
|
||||
|
||||
pub enum OverlayEventData {
|
||||
SetChanged(Option<usize>),
|
||||
ActiveSetChanged(Option<usize>),
|
||||
NumSetsChanged(usize),
|
||||
EditModeChanged(bool),
|
||||
///TODO: this only gets fired at startup
|
||||
ScreensChanged,
|
||||
}
|
||||
|
||||
pub trait OverlayBackend: Any {
|
||||
|
||||
Reference in New Issue
Block a user