aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android
diff options
context:
space:
mode:
authorBastien Bouclet2017-11-24 19:37:58 +0100
committerGitHub2017-11-24 19:37:58 +0100
commit5ed745f5329a54d33f1b1551569cf9856990bea1 (patch)
treee444facb6330945c3ee03c6252b386dc8e70acad /backends/platform/android
parentc5caf9825e0d02036795afa87f49b7aa274cc983 (diff)
parentacf87add2751ae68298f4d5b5480635d06b0ec5e (diff)
downloadscummvm-rg350-5ed745f5329a54d33f1b1551569cf9856990bea1.tar.gz
scummvm-rg350-5ed745f5329a54d33f1b1551569cf9856990bea1.tar.bz2
scummvm-rg350-5ed745f5329a54d33f1b1551569cf9856990bea1.zip
Merge pull request #1063 from bgK/keyboard-repeat
SDL2: Improve handling of keyboard repeat events
Diffstat (limited to 'backends/platform/android')
-rw-r--r--backends/platform/android/events.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/events.cpp b/backends/platform/android/events.cpp
index b146945a01..d13d381f95 100644
--- a/backends/platform/android/events.cpp
+++ b/backends/platform/android/events.cpp
@@ -443,7 +443,7 @@ void OSystem_Android::pushEvent(int type, int arg1, int arg2, int arg3,
}
if (arg5 > 0)
- e.synthetic = true;
+ e.kbdRepeat = true;
// map special keys to 'our' ascii codes
switch (e.kbd.keycode) {