Added support for DOS EMS memory.
[wine/wine64.git] / include / input.h
blob6b02ef1ff05704d444b495f4c32e99dc0d14853c
1 /*
2 * USER input header file
3 * Copyright 1997 David Faure
5 */
7 #ifndef __WINE_INPUT_H
8 #define __WINE_INPUT_H
10 #include "windef.h"
12 extern BYTE InputKeyStateTable[256];
13 extern BYTE AsyncKeyStateTable[256];
15 #endif /* __WINE_INPUT_H */