todo in wrong place
This commit is contained in:
@@ -246,7 +246,7 @@ impl OverlayBackend for ScreenBackend {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn notify(&mut self, _app: &mut AppState, _event_data: OverlayEventData) -> anyhow::Result<()> {
|
fn notify(&mut self, _app: &mut AppState, _event_data: OverlayEventData) -> anyhow::Result<()> {
|
||||||
todo!();
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn on_hover(&mut self, app: &mut AppState, hit: &PointerHit) -> HoverResult {
|
fn on_hover(&mut self, app: &mut AppState, hit: &PointerHit) -> HoverResult {
|
||||||
|
|||||||
Reference in New Issue
Block a user