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