diff options
Diffstat (limited to 'src/input.h')
-rw-r--r-- | src/input.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/input.h b/src/input.h new file mode 100644 index 0000000..f78c365 --- /dev/null +++ b/src/input.h @@ -0,0 +1,9 @@ +#ifndef INPUT_H +#define INPUT_H + +#include <xkbcommon/xkbcommon.h> +#include "tofi.h" + +void input_handle_keypress(struct tofi *tofi, xkb_keycode_t keycode); + +#endif /* INPUT_H */ |