godot/platform/android/java/lib
Fredia Huya-Kouadio e0221d1c09 Fix Android input routing logic when using a hardware keyboard
When a hardware keyboard is connected, all key events come through so we can route them directly to the engine.
This is not the case for soft keyboards, for which the current logic was designed as it requires extra processing.

(cherry picked from commit 87102e358d)
2023-10-24 16:52:58 +02:00
..
aidl/com/android/vending/licensing Complete the implementation of the GodotPayment plugin. 2020-03-17 17:43:09 -07:00
patches Split the Android platform java logic into an Android library module (`lib`) and an application module (`app`). 2019-09-04 16:20:22 -07:00
res Add "filesRoot" path to Android provider paths xml 2023-03-09 19:11:08 +00:00
src Fix Android input routing logic when using a hardware keyboard 2023-10-24 16:52:58 +02:00
AndroidManifest.xml Implement file provider capabilities 2023-02-01 01:03:50 -08:00
THIRDPARTY.md Split the Android platform java logic into an Android library module (`lib`) and an application module (`app`). 2019-09-04 16:20:22 -07:00
build.gradle Update the gradle build tasks to generate play store builds. 2023-04-27 22:08:55 -07:00