mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
3b346a7d47
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@684 8ced0084-cf51-0410-be5f-012b33b47a6e
13 lines
202 B
C
13 lines
202 B
C
|
|
#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
|