watch controls for edit mode

This commit is contained in:
galister
2025-11-25 23:13:14 +09:00
parent 8bd1097886
commit 3f907180f8
17 changed files with 424 additions and 130 deletions

View File

@@ -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 {