SCRAWL.H
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:1k
源码类别:

Windows编程

开发平台:

Visual C++

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