home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
SCRAWL
/
SCRAWL.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-30
|
1KB
|
32 lines
/**************************************************************************
SCRAWL.H - A dumb drawing app demo for DirectInput
**************************************************************************/
/**************************************************************************
(C) Copyright 1995-1996 Microsoft Corp. All rights reserved.
You have a royalty-free right to use, modify, reproduce and
distribute the Sample Files (and/or any modified version) in
any way you find useful, provided that you agree that
Microsoft has no warranty obligations or liability for any
Sample Application Files which are modified.
**************************************************************************/
#include <windows.h>
#define IDI_MAIN 1
#define IDM_SENSITIVITY 1
#define IDC_CLEAR 64
#define IDC_ABOUT 65
#define IDC_SENSITIVITY_LOW 96
#define IDC_SENSITIVITY_NORMAL 97
#define IDC_SENSITIVITY_HIGH 98