kms: Enable VT switching

This commit is contained in:
Victoria Brekenfeld 2022-04-25 12:35:55 +02:00
parent f1f51e1714
commit b5ef2272c0
4 changed files with 94 additions and 75 deletions

View file

@ -276,7 +276,7 @@ impl State {
render_ping.ping();
}
WinitEvent::Refresh => render_ping.ping(),
WinitEvent::Input(event) => self.common.process_input_event(event),
WinitEvent::Input(event) => self.process_input_event(event),
_ => {}
};
}