mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 23:01:30 +11:00
Merge pull request #747 from Thinkofname/remove-debug-print
Remove a debug print added in 1de66e4ef
This commit is contained in:
commit
5acd63df63
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue