home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / directx / scrawl / scrawl.h < prev    next >
C/C++ Source or Header  |  1997-07-14  |  1KB  |  32 lines

  1. /**************************************************************************
  2.  
  3.     SCRAWL.H - A dumb drawing app demo for DirectInput
  4.  
  5.  **************************************************************************/
  6. /**************************************************************************
  7.  
  8.     (C) Copyright 1995-1997 Microsoft Corp.  All rights reserved.
  9.  
  10.     You have a royalty-free right to use, modify, reproduce and 
  11.     distribute the Sample Files (and/or any modified version) in 
  12.     any way you find useful, provided that you agree that 
  13.     Microsoft has no warranty obligations or liability for any 
  14.     Sample Application Files which are modified. 
  15.  
  16.  **************************************************************************/
  17.  
  18.  
  19.  
  20. #include <windows.h>
  21.  
  22. #define IDI_MAIN                1
  23.  
  24. #define IDM_SENSITIVITY         1
  25.  
  26. #define IDC_CLEAR               64
  27. #define IDC_ABOUT               65
  28.  
  29. #define IDC_SENSITIVITY_LOW     96
  30. #define IDC_SENSITIVITY_NORMAL  97
  31. #define IDC_SENSITIVITY_HIGH    98
  32.