mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
cargo fmt
This commit is contained in:
parent
0ef7ec8d44
commit
553b46b9c7
1 changed files with 6 additions and 1 deletions
|
@ -138,7 +138,12 @@ fn run_event_loop() -> Result<(), Box<dyn Error>> {
|
||||||
..
|
..
|
||||||
} => {
|
} => {
|
||||||
if let Some(virtual_keycode) = input.virtual_keycode {
|
if let Some(virtual_keycode) = input.virtual_keycode {
|
||||||
handle_keydown(&mut text_state, input.state, virtual_keycode, keyboard_modifiers);
|
handle_keydown(
|
||||||
|
&mut text_state,
|
||||||
|
input.state,
|
||||||
|
virtual_keycode,
|
||||||
|
keyboard_modifiers,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
winit::event::Event::WindowEvent {
|
winit::event::Event::WindowEvent {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue