diff options
| author | Jordan Woyak <jordan.woyak@gmail.com> | 2019-11-06 15:59:36 -0600 |
|---|---|---|
| committer | Jordan Woyak <jordan.woyak@gmail.com> | 2019-11-06 16:31:02 -0600 |
| commit | 85ceb37ccd24acc5ea026583ce3a0f6a4fb26eaa (patch) | |
| tree | 1a4d9a86fdcd36a3c1273502af576bcb30449db1 /Source/Android | |
| parent | 93d7b3d15962a3393cf2971e14c4acf54d90cecd (diff) | |
InputCommon: Make the "input gate" not racey.
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/jni/MainAndroid.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/Android/jni/MainAndroid.cpp b/Source/Android/jni/MainAndroid.cpp index e1b19314c3..ec7bbafd2f 100644 --- a/Source/Android/jni/MainAndroid.cpp +++ b/Source/Android/jni/MainAndroid.cpp @@ -124,11 +124,6 @@ void Host_RequestRenderWindowSize(int width, int height) jnicall.join(); } -bool Host_UINeedsControllerState() -{ - return true; -} - bool Host_RendererHasFocus() { return true; |
