Forgot to add 2 files

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@684 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2008-09-25 09:25:41 +00:00
parent 6d872a6be5
commit 3b346a7d47
2 changed files with 140 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#ifndef XINPUTBASE_H
#define XINPUTBASE_H
#include <X11/X.h>
#include <X11/keysym.h>
#include <wx/wx.h>
KeySym wxCharCodeWXToX(int id);
void XKeyToString(unsigned int keycode, char *keyStr);
#endif