summaryrefslogtreecommitdiff
path: root/src/common/emu_window.cpp
diff options
context:
space:
mode:
authorGravatar bunnei2015-03-08 21:45:45 -0400
committerGravatar bunnei2015-03-10 18:05:20 -0400
commit953e09ddb5cab8f4d8606966020e8eefa20e04ce (patch)
tree9c128bb200272f233f6a4859640a74e34ba84b70 /src/common/emu_window.cpp
parentHID: Cleanup how `next_touch_index` is calculated for Pad and touch. (diff)
downloadyuzu-953e09ddb5cab8f4d8606966020e8eefa20e04ce.tar.gz
yuzu-953e09ddb5cab8f4d8606966020e8eefa20e04ce.tar.xz
yuzu-953e09ddb5cab8f4d8606966020e8eefa20e04ce.zip
EmuWindow: Made pad/touch functions non-static.
Diffstat (limited to 'src/common/emu_window.cpp')
-rw-r--r--src/common/emu_window.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/emu_window.cpp b/src/common/emu_window.cpp
index 11e6ad76b..89bb89481 100644
--- a/src/common/emu_window.cpp
+++ b/src/common/emu_window.cpp
@@ -5,8 +5,6 @@
5#include "emu_window.h" 5#include "emu_window.h"
6#include "video_core/video_core.h" 6#include "video_core/video_core.h"
7 7
8bool EmuWindow::touch_pressed = false;
9
10void EmuWindow::KeyPressed(KeyMap::HostDeviceKey key) { 8void EmuWindow::KeyPressed(KeyMap::HostDeviceKey key) {
11 Service::HID::PadState mapped_key = KeyMap::GetPadKey(key); 9 Service::HID::PadState mapped_key = KeyMap::GetPadKey(key);
12 10