fix(wayland): don't log key events :p
This commit is contained in:
@@ -86,11 +86,11 @@ impl KeyboardInfo {
|
|||||||
0,
|
0,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if pressed {
|
// if pressed {
|
||||||
println!("Key {key} is being pressed with {state_components} modifiers");
|
// println!("Key {key} is being pressed with {state_components} modifiers");
|
||||||
} else {
|
// } else {
|
||||||
println!("Key {key} is being released with {state_components} modifiers");
|
// println!("Key {key} is being released with {state_components} modifiers");
|
||||||
}
|
// }
|
||||||
|
|
||||||
let wl_key_state = if pressed {
|
let wl_key_state = if pressed {
|
||||||
KeyState::Pressed
|
KeyState::Pressed
|
||||||
|
|||||||
Reference in New Issue
Block a user