Ignore:
Timestamp:
Nov 8, 1999, 2:46:45 PM (26 years ago)
Author:
sandervl
Message:

header changes/additions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winconst.h

    r1344 r1631  
    1 /* $Id: winconst.h,v 1.11 1999-10-17 19:30:51 cbratschi Exp $ */
     1/* $Id: winconst.h,v 1.12 1999-11-08 13:45:35 sandervl Exp $ */
    22
    33/*
     
    245245#define SC_SCREENSAVE_W   0xf140
    246246#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.