mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
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:
12
Source/Plugins/Plugin_PadSimple/Src/XInputBase.h
Normal file
12
Source/Plugins/Plugin_PadSimple/Src/XInputBase.h
Normal 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
|
Reference in New Issue
Block a user