godot/platform/android
PouleyKetchoupp 52fdb4ece9 Window transparency support on Android
Implements per-pixel transparency feature on Android.
Allows plugins to do specific rendering and render godot UI on top
(useful for camera support with drawing on top).
2021-09-15 10:41:08 -07:00
..
api Style: Replaces uses of 0/NULL by nullptr (C++11) 2021-05-04 16:30:23 +02:00
export Window transparency support on Android 2021-09-15 10:41:08 -07:00
java Window transparency support on Android 2021-09-15 10:41:08 -07:00
plugin Refactor Android platform export structure. 2021-09-09 10:48:29 -07:00
android_input_handler.cpp [android] Fixed wrong button mask for right click 2021-08-16 18:41:20 +02:00
android_input_handler.h Switch to input buffering on Android 2021-08-08 13:41:27 +02:00
android_keys_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
android_keys_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
audio_driver_opensl.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
audio_driver_opensl.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
detect.py Android: Increase default armv7 NDK platform to 19 2021-08-16 10:14:03 +02:00
dir_access_jandroid.cpp Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
dir_access_jandroid.h Add symlink API to the DirAccess (on macOS and Linux). 2021-05-22 17:36:16 +03:00
file_access_android.cpp Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
file_access_android.h Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
java_class_wrapper.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
java_godot_io_wrapper.cpp Add partial support for Android scoped storage. 2021-08-13 11:04:17 -07:00
java_godot_io_wrapper.h Add partial support for Android scoped storage. 2021-08-13 11:04:17 -07:00
java_godot_lib_jni.cpp Use SafeNumeric for Android JNI step 2021-08-13 02:48:58 +02:00
java_godot_lib_jni.h Remove unused AudioDriverAndroid from Android 2021-06-10 08:31:23 +01:00
java_godot_wrapper.cpp
java_godot_wrapper.h
jni_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
jni_utils.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
logo.png
net_socket_android.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
net_socket_android.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
os_android.cpp Window transparency support on Android 2021-09-15 10:41:08 -07:00
os_android.h Window transparency support on Android 2021-09-15 10:41:08 -07:00
platform_config.h
power_android.cpp
power_android.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
run_icon.png
SCsub Switch to input buffering on Android 2021-08-08 13:41:27 +02:00
string_android.h
thread_jandroid.cpp
thread_jandroid.h