EmuWindow: Made pad/touch functions non-static.

This commit is contained in:
bunnei 2015-03-08 21:45:45 -04:00
parent a1a1a5c6c5
commit 953e09ddb5
3 changed files with 20 additions and 24 deletions

View file

@ -5,8 +5,6 @@
#include "emu_window.h"
#include "video_core/video_core.h"
bool EmuWindow::touch_pressed = false;
void EmuWindow::KeyPressed(KeyMap::HostDeviceKey key) {
Service::HID::PadState mapped_key = KeyMap::GetPadKey(key);