aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/input.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ui/input.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ui/input.h b/src/ui/input.h
new file mode 100644
index 0000000..54e3c58
--- /dev/null
+++ b/src/ui/input.h
@@ -0,0 +1,13 @@
1
2#pragma once
3
4#include "../core/types.h"
5
6void grabkeys(void);
7void grabbuttons(Client *c, int focused);
8
9void keypress(XEvent *e);
10void buttonpress(XEvent *e);
11
12void movemouse(const Arg *arg);
13void resizemouse(const Arg *arg);