RE: [GD-Windows] Mouse wheel
Brought to you by:
vexxed72
From: Dirk R. <ri...@ph...> - 2002-10-14 10:05:34
|
Its protected by these defines to help you define a minimum version you require. Without any define your target is still Win95 and when you explicitely define a minimum version you get all the features of this version. There is no autodetection going on inside the windows headers. Dirk -----Original Message----- From: gam...@li... [mailto:gam...@li...]On Behalf Of Pierre Terdiman Sent: Monday, October 14, 2002 11:48 AM To: gam...@li... Subject: [GD-Windows] Mouse wheel I'm running Win98 / VC 6.0, and WM_MOUSEWHEEL seems not to be defined after I include winuser.h. (it's protected by some #ifdef checking various Windows versions - which seem to fail on my system). Now, if I define : #define WM_MOUSEWHEEL 0x020A (and other relevant ones), everything works as expected. Is it normal ? What's the story with those defines for various Windows versions ? Am I supposed to define one myself before including winuser.h ? Or did I miss something ? Thanks, Pierre ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Gamedevlists-windows mailing list Gam...@li... https://lists.sourceforge.net/lists/listinfo/gamedevlists-windows Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=555 |