blob: 888fd27900c52c734244524c702d6cef7657f2e5 [file] [log] [blame]
/*
* Keyboard related functions
*
* Copyright 1993 Bob Amstadt
*/
static char Copyright[] = "Copyright Bob Amstadt, 1993";
#include <X11/Intrinsic.h>
#include <X11/StringDefs.h>
#include "win.h"
/**********************************************************************
* GetKeyState (USER.106)
*/
int GetKeyState(int keycode)
{
return 0;
}