From beaa6d5d02d747c2eda1a3a81ba5e4030c9c5587 Mon Sep 17 00:00:00 2001 From: Dmitri Trembovetski Date: Mon, 25 May 2009 00:10:13 +0000 Subject: Newt fixes: implemented mouse wheel support - currently only hooked up on Windows platform, others will follow git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/branches/JOGL_2_SANDBOX@1913 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/newt/native/MouseEvent.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/newt/native/MouseEvent.h') diff --git a/src/newt/native/MouseEvent.h b/src/newt/native/MouseEvent.h index 37157808b..e9c0476ef 100644 --- a/src/newt/native/MouseEvent.h +++ b/src/newt/native/MouseEvent.h @@ -8,6 +8,8 @@ #define EVENT_MOUSE_PRESSED 203 #define EVENT_MOUSE_RELEASED 204 #define EVENT_MOUSE_MOVED 205 +// can't find how to regenerate this file, adding manually +#define EVENT_MOUSE_WHEEL_MOVED 207 // Generated by Java: EVENT_MOUSE_DRAGGED = 206; #endif -- cgit v1.2.3