Fixed input handling in GUI (WIP)
This commit is contained in:
parent
caf089680b
commit
1aa4b30e13
6 changed files with 165 additions and 98 deletions
|
@ -40,14 +40,6 @@
|
|||
#include "jit/compemu.h"
|
||||
#include <iostream>
|
||||
|
||||
#ifdef USE_DISPMANX
|
||||
#elif USE_SDL2
|
||||
SDL_Window* sdlWindow;
|
||||
SDL_Renderer* renderer;
|
||||
SDL_Texture* texture;
|
||||
SDL_DisplayMode sdlMode;
|
||||
#endif
|
||||
|
||||
#include <linux/kd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include "keyboard.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue