[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.7,1.8
Max Horn
fingolfin at users.sourceforge.net
Wed Oct 16 13:33:05 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui ListWidget.cpp,1.7,1.8 ListWidget.h,1.6,1.7 ScrollBarWidget.cpp,1.4,1.5 ScrollBarWidget.h,1.1.1.1,1.2 dialog.cpp,1.19,1.20 dialog.h,1.9,1.10 newgui.cpp,1.21,1.22 widget.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv2225/common
Modified Files:
system.h
Log Message:
patch #620627: mouse wheel support for NewGui
Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- system.h 14 Oct 2002 11:01:35 -0000 1.7
+++ system.h 16 Oct 2002 20:32:10 -0000 1.8
@@ -54,6 +54,8 @@
EVENT_LBUTTONUP = 5,
EVENT_RBUTTONDOWN = 6,
EVENT_RBUTTONUP = 7,
+ EVENT_WHEELUP = 8,
+ EVENT_WHEELDOWN = 9,
};
enum {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/backends/sdl sdl-common.cpp,1.11,1.12
- Next message: [Scummvm-cvs-logs] CVS: scummvm/gui ListWidget.cpp,1.7,1.8 ListWidget.h,1.6,1.7 ScrollBarWidget.cpp,1.4,1.5 ScrollBarWidget.h,1.1.1.1,1.2 dialog.cpp,1.19,1.20 dialog.h,1.9,1.10 newgui.cpp,1.21,1.22 widget.h,1.6,1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list