mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Remove a debug print added in 1de66e4ef
This commit is contained in:
@@ -3,7 +3,6 @@ use super::ffi;
|
|||||||
use VirtualKeyCode;
|
use VirtualKeyCode;
|
||||||
|
|
||||||
pub fn keycode_to_element(scancode: libc::c_uint) -> Option<VirtualKeyCode> {
|
pub fn keycode_to_element(scancode: libc::c_uint) -> Option<VirtualKeyCode> {
|
||||||
println!("{:?}", scancode);
|
|
||||||
Some(match scancode {
|
Some(match scancode {
|
||||||
ffi::XK_BackSpace => events::VirtualKeyCode::Back,
|
ffi::XK_BackSpace => events::VirtualKeyCode::Back,
|
||||||
ffi::XK_Tab => events::VirtualKeyCode::Tab,
|
ffi::XK_Tab => events::VirtualKeyCode::Tab,
|
||||||
|
|||||||
Reference in New Issue
Block a user