summaryrefslogtreecommitdiff
path: root/src/input.h
blob: f78c36556b3d19e98a895f4d3d98eaf52eb68077 (plain)
1
2
3
4
5
6
7
8
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 */