dolphin/Source/Plugins/Plugin_PadSimple/Src/XInputBase.h

13 lines
202 B
C
Raw Normal View History

#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