aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/tizen
diff options
context:
space:
mode:
authorBastien Bouclet2017-09-09 16:43:55 +0200
committerBastien Bouclet2017-11-19 16:12:50 +0100
commit8beb519c5ea2964ce409aabbe03b54afe37e0ac1 (patch)
tree7d33e93682ddba69ffdbf3625f9a6eab2c1df98f /backends/platform/tizen
parent7689fd7308020aac0bb788cafc524bd7f01077f4 (diff)
downloadscummvm-rg350-8beb519c5ea2964ce409aabbe03b54afe37e0ac1.tar.gz
scummvm-rg350-8beb519c5ea2964ce409aabbe03b54afe37e0ac1.tar.bz2
scummvm-rg350-8beb519c5ea2964ce409aabbe03b54afe37e0ac1.zip
EVENTS: Rename synthetic to kbdRepeat
Diffstat (limited to 'backends/platform/tizen')
-rw-r--r--backends/platform/tizen/form.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/tizen/form.cpp b/backends/platform/tizen/form.cpp
index 2a9a3967cc..22e15f61c4 100644
--- a/backends/platform/tizen/form.cpp
+++ b/backends/platform/tizen/form.cpp
@@ -243,7 +243,6 @@ void TizenAppForm::pushEvent(Common::EventType type, const Point &currentPositio
void TizenAppForm::pushKey(Common::KeyCode keycode) {
if (_eventQueueLock) {
Common::Event e;
- e.synthetic = false;
e.kbd.keycode = keycode;
e.kbd.ascii = keycode;
e.kbd.flags = 0;