summaryrefslogtreecommitdiff
path: root/src/mouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mouse.h')
-rw-r--r--src/mouse.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mouse.h b/src/mouse.h
new file mode 100644
index 0000000..75a7ecb
--- /dev/null
+++ b/src/mouse.h
@@ -0,0 +1,9 @@
+
+#ifndef __MOUSE_H
+#define __MOUSE_H
+
+#include <stdint.h>
+
+void mouse_event(uint8_t (*get_bytes)());
+
+#endif