aboutsummaryrefslogtreecommitdiffstats
path: root/src/native/jogl
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2008-06-21 02:52:27 +0000
committerSven Gothel <[email protected]>2008-06-21 02:52:27 +0000
commit32f216838432d0a67ce78061aa8a09261e3c3716 (patch)
tree4407ecaa0b3e77cfac2e35978d770c8c888edf06 /src/native/jogl
parentc055a37c8e11be9fc7bb49fcdda5b01d3fa8be43 (diff)
*** empty log message ***
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1669 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'src/native/jogl')
-rw-r--r--src/native/jogl/EventListener.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/native/jogl/EventListener.h b/src/native/jogl/EventListener.h
new file mode 100644
index 000000000..2e0e92323
--- /dev/null
+++ b/src/native/jogl/EventListener.h
@@ -0,0 +1,9 @@
+
+#ifndef _EVENT_LISTSENER_H
+#define _EVENT_LISTSENER_H
+
+#define EVENT_WINDOW (1 << 0)
+#define EVENT_MOUSE (1 << 1)
+#define EVENT_KEY (1 << 2)
+
+#endif