mirror of https://github.com/wayvr-org/wayvr.git
actually call handle_invoke
This commit is contained in:
parent
a2a7c71c22
commit
814700cbff
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue