mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-27 02:56:33 +11:00
remove println\
This commit is contained in:
parent
2f91a754d5
commit
3bbbd46dd9
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ fn update_key_state(window: &mut Window, wparam: u32, state: bool) {
|
|||
0x04A => window.keys[Key::NumPadMinus as usize] = state,
|
||||
0x04E => window.keys[Key::NumPadPlus as usize] = state,
|
||||
0x11C => window.keys[Key::NumPadEnter as usize] = state,
|
||||
_ => {println!("key {:04X}", wparam & 0x1ff)},
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue