Basic raw keyboard handling.
This commit is contained in:
parent
a6c33ef958
commit
02bd3758ee
4 changed files with 100 additions and 9 deletions
7
src/api/wayland/keyboard.rs
Normal file
7
src/api/wayland/keyboard.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use super::wayland_kbd::KbState;
|
||||
|
||||
use VirtualKeyCode;
|
||||
|
||||
pub fn keycode_to_vkey(state: &KbState, keycode: u32) -> Option<VirtualKeyCode> {
|
||||
None
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue