Implemented some part of AVIFIL32.
[wine] / include / input.h
1 /*
2  * USER input header file
3  * Copyright 1997 David Faure
4  *
5  */
6
7 #ifndef __WINE_INPUT_H
8 #define __WINE_INPUT_H
9
10 #include "windef.h"
11
12 extern BOOL MouseButtonsStates[3];
13 extern BOOL AsyncMouseButtonsStates[3];
14 extern BYTE InputKeyStateTable[256];
15 extern BYTE QueueKeyStateTable[256];
16 extern BYTE AsyncKeyStateTable[256];
17
18 #endif  /* __WINE_INPUT_H */
19