kms: Enable VT switching
This commit is contained in:
parent
f1f51e1714
commit
b5ef2272c0
4 changed files with 94 additions and 75 deletions
|
|
@ -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),
|
||||
_ => {}
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue