kmsvnc/keymap.h

8 lines
141 B
C
Raw Permalink Normal View History

2023-04-27 19:35:18 +08:00
#pragma once
#include "kmsvnc.h"
void xkb_cleanup();
int xkb_init();
void key_iter(struct xkb_keymap *xkb, xkb_keycode_t key, void *data);