aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/wayland/keyboard.rs
blob: 3a841e361780f3b9a3e9b4c65d023e777cff5b2c (plain)
1
2
3
4
5
6
7
use super::wayland_kbd::KbState;

use VirtualKeyCode;

pub fn keycode_to_vkey(state: &KbState, keycode: u32) -> Option<VirtualKeyCode> {
    None
}