Added strlwr.
[wine.git] / include / input.h
blob63bf4b2be6f658a7a542288a5e3619f522926cc7
1 /*
2 * USER input header file
3 * Copyright 1997 David Faure
5 */
7 #ifndef __WINE_INPUT_H
8 #define __WINE_INPUT_H
10 extern BOOL MouseButtonsStates[3];
11 extern BOOL AsyncMouseButtonsStates[3];
12 extern BYTE InputKeyStateTable[256];
13 extern BYTE QueueKeyStateTable[256];
14 extern BYTE AsyncKeyStateTable[256];
16 #endif /* __WINE_INPUT_H */