aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/jogl/MouseEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/native/jogl/MouseEvent.h')
-rw-r--r--src/native/jogl/MouseEvent.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/native/jogl/MouseEvent.h b/src/native/jogl/MouseEvent.h
new file mode 100644
index 000000000..13e805028
--- /dev/null
+++ b/src/native/jogl/MouseEvent.h
@@ -0,0 +1,13 @@
+
+#ifndef _MOUSE_EVENT_H_
+#define _MOUSE_EVENT_H_
+
+// Generated by Java: EVENT_MOUSE_CLICKED
+#define EVENT_MOUSE_ENTERED (1 << 1)
+#define EVENT_MOUSE_EXITED (1 << 2)
+#define EVENT_MOUSE_PRESSED (1 << 3)
+#define EVENT_MOUSE_RELEASED (1 << 4)
+#define EVENT_MOUSE_MOVED (1 << 5)
+// Generated by Java: EVENT_MOUSE_DRAGGED (1 << 6)
+
+#endif