diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-13 12:44:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 12:44:15 +0200 |
commit | 3a3be769b8d7ccdfece5054e306c2467ca1c4b45 (patch) | |
tree | 1208382c07ac92e3d6b4cdfb886c9fc3871e065b /platform/android/SCsub | |
parent | 52d07e7ef03c031bc96b7d4fc05b22c9906f857f (diff) | |
parent | e745088f1f953af867717574ddf8239be459ee90 (diff) |
Merge pull request #51597 from RandomShaper/input_buffering
Diffstat (limited to 'platform/android/SCsub')
-rw-r--r-- | platform/android/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/SCsub b/platform/android/SCsub index 56fbd2f7e4..ecc72019e5 100644 --- a/platform/android/SCsub +++ b/platform/android/SCsub @@ -4,6 +4,7 @@ Import("env") android_files = [ "os_android.cpp", + "android_input_handler.cpp", "file_access_android.cpp", "audio_driver_opensl.cpp", "dir_access_jandroid.cpp", |