mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-07 10:05:47 +00:00
Move in-game keybinding handling to a central location
Instead of handling it separately in every backend.
This commit is contained in:
parent
e742b32c65
commit
52482115e1
6 changed files with 66 additions and 209 deletions
|
@ -43,7 +43,6 @@
|
|||
namespace X11Utils
|
||||
{
|
||||
|
||||
void SendKeyEvent(Display *dpy, int key);
|
||||
void SendButtonEvent(Display *dpy, int button, int x, int y, bool pressed);
|
||||
void SendMotionEvent(Display *dpy, int x, int y);
|
||||
void EWMH_Fullscreen(Display *dpy, int action);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue