diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-16 10:37:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-16 10:37:57 +0200 |
commit | f6f9f890782428169a8d29fe0fb4851220d675c5 (patch) | |
tree | c8c33c0cfc7f807803dcb61be1b9a2614cc69cda /modules/gdnative/gdnative_api.json | |
parent | baab976d0f2853231e8ea2f048f4a32334d635b8 (diff) | |
parent | 2c3536810a497165e063bd56f842c21cf38f22a5 (diff) |
Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_support
Setup Godot to support the Oculus Mobile SDK.
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
-rw-r--r-- | modules/gdnative/gdnative_api.json | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 52c989037e..6c12ee6534 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -6304,7 +6304,7 @@ "type": "ANDROID", "version": { "major": 1, - "minor": 0 + "minor": 1 }, "next": null, "api": [ @@ -6319,6 +6319,18 @@ "return_type": "jobject", "arguments": [ ] + }, + { + "name": "godot_android_get_surface", + "return_type": "jobject", + "arguments": [ + ] + }, + { + "name": "godot_android_is_activity_resumed", + "return_type": "bool", + "arguments": [ + ] } ] }, |