actually call handle_invoke
This commit is contained in:
@@ -61,6 +61,7 @@ impl InteractionHandler for KeyboardBackend {
|
|||||||
.panel
|
.panel
|
||||||
.layout
|
.layout
|
||||||
.push_event(&wgui::event::Event::InternalStateChange);
|
.push_event(&wgui::event::Event::InternalStateChange);
|
||||||
|
self.handle_invoke(app);
|
||||||
}
|
}
|
||||||
fn on_scroll(&mut self, app: &mut AppState, hit: &PointerHit, delta_y: f32, delta_x: f32) {
|
fn on_scroll(&mut self, app: &mut AppState, hit: &PointerHit, delta_y: f32, delta_x: f32) {
|
||||||
self.panel.on_scroll(app, hit, delta_y, delta_x);
|
self.panel.on_scroll(app, hit, delta_y, delta_x);
|
||||||
|
|||||||
Reference in New Issue
Block a user