pandemonium_engine/platform/android/java
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
..
app Fix the android lib's package locations. 2023-08-27 22:56:41 +02:00
editor Fix: incorrectly .gitignored files. 2023-08-30 10:30:35 +02:00
gradle/wrapper Ported: Bump the target SDK version to 33 (Android 13) 2023-04-15 11:15:16 +02:00
lib Ported from godot: Fix Android input routing logic when using a hardware keyboard 2023-10-02 17:10:27 +02:00
nativeSrcsConfigs Fix the android lib's package locations. 2023-08-27 22:56:41 +02:00
scripts Added missing scripts. 2022-07-29 09:22:06 +02:00
build.gradle Ported: Update the clean task configuration 2022-11-13 00:34:19 +01:00
gradle.properties Mass replaced godot to pandemonium. 2022-03-23 20:46:05 +01:00
gradlew Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
gradlew.bat Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
settings.gradle Ported: Ensure Android Java and Kotlin compile to the same version - madmiraal 2022-07-29 08:35:59 +02:00