aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/wayland/keyboard.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/wayland/keyboard.rs')
-rw-r--r--src/api/wayland/keyboard.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/api/wayland/keyboard.rs b/src/api/wayland/keyboard.rs
new file mode 100644
index 0000000..3a841e3
--- /dev/null
+++ b/src/api/wayland/keyboard.rs
@@ -0,0 +1,7 @@
+use super::wayland_kbd::KbState;
+
+use VirtualKeyCode;
+
+pub fn keycode_to_vkey(state: &KbState, keycode: u32) -> Option<VirtualKeyCode> {
+ None
+} \ No newline at end of file