summaryrefslogtreecommitdiffstats
path: root/Smoke/interact.h
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2008-01-03 11:50:49 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2008-01-03 11:50:49 (GMT)
commit4498f6514ddfd5bf825d7706a50958029998f512 (patch)
tree277271543d1d58fe1a638a06cff1cc9bf26096de /Smoke/interact.h
parentff646235f1ab52e6cb894eec0e93d6f00dc4d71c (diff)
download2iv35-4498f6514ddfd5bf825d7706a50958029998f512.zip
2iv35-4498f6514ddfd5bf825d7706a50958029998f512.tar.gz
2iv35-4498f6514ddfd5bf825d7706a50958029998f512.tar.bz2
interaction module
Diffstat (limited to 'Smoke/interact.h')
-rw-r--r--Smoke/interact.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/Smoke/interact.h b/Smoke/interact.h
new file mode 100644
index 0000000..404a13c
--- /dev/null
+++ b/Smoke/interact.h
@@ -0,0 +1,11 @@
+#ifndef _INTERACT_H
+#define _INTERACT_H
+
+void mouse_move(int mx, int my);
+void mouse_rotate(int mx, int my);
+void mouse_roll(int mz);
+
+void click(int button, int state, int mx, int my);
+void drag(int mx, int my);
+
+#endif