1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

Setup Godot to support the Oculus Mobile SDK.

This commit is contained in:
fhuya
2019-05-30 12:50:36 -07:00
parent a2cf1c3d04
commit 2c3536810a
18 changed files with 1336 additions and 667 deletions

View File

@@ -46,6 +46,8 @@ extern "C" {
JNIEnv *GDAPI godot_android_get_env();
jobject GDAPI godot_android_get_activity();
jobject GDAPI godot_android_get_surface();
bool GDAPI godot_android_is_activity_resumed();
#ifdef __cplusplus
}