Fixed input handling in GUI (WIP)

This commit is contained in:
Dimitris Panokostas 2019-10-09 23:51:17 +02:00
parent caf089680b
commit 1aa4b30e13
6 changed files with 165 additions and 98 deletions

View file

@ -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"