diff options
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 |