Release 0.3.0
[wine] / windows / keyboard.c
1 /*
2  * Keyboard related functions
3  *
4  * Copyright 1993 Bob Amstadt
5  */
6
7 static char Copyright[] = "Copyright  Bob Amstadt, 1993";
8
9 #include <X11/Intrinsic.h>
10 #include <X11/StringDefs.h>
11 #include "win.h"
12
13 /**********************************************************************
14  *              GetKeyState     (USER.106)
15  */
16 int GetKeyState(int keycode)
17 {
18     return 0;
19 }