From 32f216838432d0a67ce78061aa8a09261e3c3716 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sat, 21 Jun 2008 02:52:27 +0000 Subject: *** 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 --- src/native/jogl/EventListener.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/native/jogl/EventListener.h (limited to 'src/native/jogl') 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 -- cgit v1.2.3