pandemonium_engine/platform/android/java/lib
Relintai 9022a74db3 Ported from godot: 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.
- m4gr3d
620fdd1f07
2023-10-02 17:10:27 +02:00
..
aidl/com/android/vending/licensing
patches Fix the android lib's package locations. 2023-08-27 22:56:41 +02:00
res Ported: Implement file provider capabilities. The previously used file sharing api was restricted after Android N causing the engine to crash whenever used on devices running Android N or higher. 2023-02-07 02:58:31 +01:00
src Ported from godot: Fix Android input routing logic when using a hardware keyboard 2023-10-02 17:10:27 +02:00
AndroidManifest.xml Fix the android lib's package locations. 2023-08-27 22:56:41 +02:00
build.gradle Ported: Ensure Android Java and Kotlin compile to the same version - madmiraal 2022-07-29 08:35:59 +02:00
THIRDPARTY.md