summaryrefslogtreecommitdiff
path: root/plugins/mouse/translate.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mouse/translate.h')
-rw-r--r--plugins/mouse/translate.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/mouse/translate.h b/plugins/mouse/translate.h
new file mode 100644
index 00000000..a2fcfc90
--- /dev/null
+++ b/plugins/mouse/translate.h
@@ -0,0 +1,8 @@
+#ifndef __plugin_mouse_translate_h
+#define __plugin_mouse_translate_h
+
+#include <glib.h>
+
+gboolean translate_button(char *str, guint *state, guint *keycode);
+
+#endif