mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Remove a debug print added in 1de66e4ef
This commit is contained in:
parent
9a8ca6ebae
commit
5c4bfe1379
|
@ -3,7 +3,6 @@ use super::ffi;
|
|||
use VirtualKeyCode;
|
||||
|
||||
pub fn keycode_to_element(scancode: libc::c_uint) -> Option<VirtualKeyCode> {
|
||||
println!("{:?}", scancode);
|
||||
Some(match scancode {
|
||||
ffi::XK_BackSpace => events::VirtualKeyCode::Back,
|
||||
ffi::XK_Tab => events::VirtualKeyCode::Tab,
|
||||
|
|
Loading…
Reference in a new issue