/**************************************************************************
SCRAWL.H - A dumb drawing app demo for DirectInput
**************************************************************************/
/**************************************************************************
(C) Copyright 1995-1997 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