diff options
author | Dmitri Trembovetski <[email protected]> | 2009-05-25 00:10:13 +0000 |
---|---|---|
committer | Dmitri Trembovetski <[email protected]> | 2009-05-25 00:10:13 +0000 |
commit | beaa6d5d02d747c2eda1a3a81ba5e4030c9c5587 (patch) | |
tree | 2e3551c56d2850af07ab6b4890f0a596506d3c55 /src/newt/native/MouseEvent.h | |
parent | 1d428d4fce17329e7d3cc212ae45729836c07a25 (diff) |
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
Diffstat (limited to 'src/newt/native/MouseEvent.h')
-rw-r--r-- | src/newt/native/MouseEvent.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |