Release 940201
[wine/gsoc-2012-control.git] / windows / keyboard.c
blob888fd27900c52c734244524c702d6cef7657f2e5
1 /*
2 * Keyboard related functions
4 * Copyright 1993 Bob Amstadt
5 */
7 static char Copyright[] = "Copyright Bob Amstadt, 1993";
9 #include <X11/Intrinsic.h>
10 #include <X11/StringDefs.h>
11 #include "win.h"
13 /**********************************************************************
14 * GetKeyState (USER.106)
16 int GetKeyState(int keycode)
18 return 0;