Changeset 1631 for trunk/include/winconst.h
- Timestamp:
- Nov 8, 1999, 2:46:45 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winconst.h
r1344 r1631 1 /* $Id: winconst.h,v 1.1 1 1999-10-17 19:30:51 cbratschiExp $ */1 /* $Id: winconst.h,v 1.12 1999-11-08 13:45:35 sandervl Exp $ */ 2 2 3 3 /* … … 245 245 #define SC_SCREENSAVE_W 0xf140 246 246 #define SC_HOTKEY_W 0xf150 247 248 /* Key status flags for mouse events */ 249 #define MK_LBUTTON_W 0x0001 250 #define MK_RBUTTON_W 0x0002 251 #define MK_SHIFT_W 0x0004 252 #define MK_CONTROL_W 0x0008 253 #define MK_MBUTTON_W 0x0010
Note:
See TracChangeset
for help on using the changeset viewer.