| 
									
										
										
										
											2023-01-05 13:25:55 +01:00
										 |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*  java_godot_lib_jni.cpp                                                */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*                         This file is part of:                          */ | 
					
						
							|  |  |  | /*                             GODOT ENGINE                               */ | 
					
						
							|  |  |  | /*                        https://godotengine.org                         */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /* Copyright (c) 2014-present Godot Engine contributors (see AUTHORS.md). */ | 
					
						
							|  |  |  | /* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur.                  */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* Permission is hereby granted, free of charge, to any person obtaining  */ | 
					
						
							|  |  |  | /* a copy of this software and associated documentation files (the        */ | 
					
						
							|  |  |  | /* "Software"), to deal in the Software without restriction, including    */ | 
					
						
							|  |  |  | /* without limitation the rights to use, copy, modify, merge, publish,    */ | 
					
						
							|  |  |  | /* distribute, sublicense, and/or sell copies of the Software, and to     */ | 
					
						
							|  |  |  | /* permit persons to whom the Software is furnished to do so, subject to  */ | 
					
						
							|  |  |  | /* the following conditions:                                              */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* The above copyright notice and this permission notice shall be         */ | 
					
						
							|  |  |  | /* included in all copies or substantial portions of the Software.        */ | 
					
						
							|  |  |  | /*                                                                        */ | 
					
						
							|  |  |  | /* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,        */ | 
					
						
							|  |  |  | /* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF     */ | 
					
						
							|  |  |  | /* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. */ | 
					
						
							|  |  |  | /* IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY   */ | 
					
						
							|  |  |  | /* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,   */ | 
					
						
							|  |  |  | /* TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE      */ | 
					
						
							|  |  |  | /* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.                 */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							| 
									
										
										
										
											2018-01-05 00:50:27 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | #include "java_godot_lib_jni.h"
 | 
					
						
							| 
									
										
										
										
											2020-03-04 13:36:09 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | #include "android_input_handler.h"
 | 
					
						
							| 
									
										
										
										
											2020-01-19 20:02:40 +01:00
										 |  |  | #include "api/java_class_wrapper.h"
 | 
					
						
							| 
									
										
										
										
											2020-03-25 14:01:12 -07:00
										 |  |  | #include "api/jni_singleton.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "dir_access_jandroid.h"
 | 
					
						
							| 
									
										
										
										
											2020-03-27 17:30:18 +01:00
										 |  |  | #include "display_server_android.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "file_access_android.h"
 | 
					
						
							| 
									
										
										
										
											2021-07-10 18:39:31 -07:00
										 |  |  | #include "file_access_filesystem_jandroid.h"
 | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #include "java_godot_io_wrapper.h"
 | 
					
						
							|  |  |  | #include "java_godot_wrapper.h"
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | #include "jni_utils.h"
 | 
					
						
							| 
									
										
										
										
											2019-11-25 15:01:44 +01:00
										 |  |  | #include "net_socket_android.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "os_android.h"
 | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | #include "string_android.h"
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | #include "thread_jandroid.h"
 | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | #include "tts_android.h"
 | 
					
						
							| 
									
										
										
										
											2020-03-04 13:36:09 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #include "core/config/engine.h"
 | 
					
						
							|  |  |  | #include "core/config/project_settings.h"
 | 
					
						
							|  |  |  | #include "core/input/input.h"
 | 
					
						
							|  |  |  | #include "main/main.h"
 | 
					
						
							| 
									
										
										
										
											2020-03-05 19:00:28 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-21 09:18:08 -08:00
										 |  |  | #ifdef TOOLS_ENABLED
 | 
					
						
							|  |  |  | #include "editor/editor_settings.h"
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #include <android/asset_manager_jni.h>
 | 
					
						
							|  |  |  | #include <android/input.h>
 | 
					
						
							|  |  |  | #include <android/native_window_jni.h>
 | 
					
						
							|  |  |  | #include <unistd.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-02 01:20:12 +02:00
										 |  |  | static JavaClassWrapper *java_class_wrapper = nullptr; | 
					
						
							|  |  |  | static OS_Android *os_android = nullptr; | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | static AndroidInputHandler *input_handler = nullptr; | 
					
						
							| 
									
										
										
										
											2020-04-02 01:20:12 +02:00
										 |  |  | static GodotJavaWrapper *godot_java = nullptr; | 
					
						
							|  |  |  | static GodotIOJavaWrapper *godot_io_java = nullptr; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | static SafeNumeric<int> step; // Shared between UI and render threads
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | static Size2 new_size; | 
					
						
							|  |  |  | static Vector3 accelerometer; | 
					
						
							|  |  |  | static Vector3 gravity; | 
					
						
							|  |  |  | static Vector3 magnetometer; | 
					
						
							|  |  |  | static Vector3 gyroscope; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-15 08:46:45 -08:00
										 |  |  | static void _terminate(JNIEnv *env, bool p_restart = false) { | 
					
						
							|  |  |  | 	step.set(-1); // Ensure no further steps are attempted and no further events are sent
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	// lets cleanup
 | 
					
						
							|  |  |  | 	if (java_class_wrapper) { | 
					
						
							|  |  |  | 		memdelete(java_class_wrapper); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (input_handler) { | 
					
						
							|  |  |  | 		delete input_handler; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	// Whether restarting is handled by 'Main::cleanup()'
 | 
					
						
							|  |  |  | 	bool restart_on_cleanup = false; | 
					
						
							|  |  |  | 	if (os_android) { | 
					
						
							|  |  |  | 		restart_on_cleanup = os_android->is_restart_on_exit_set(); | 
					
						
							|  |  |  | 		os_android->main_loop_end(); | 
					
						
							|  |  |  | 		Main::cleanup(); | 
					
						
							|  |  |  | 		delete os_android; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (godot_io_java) { | 
					
						
							|  |  |  | 		delete godot_io_java; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	if (godot_java) { | 
					
						
							|  |  |  | 		if (!restart_on_cleanup) { | 
					
						
							|  |  |  | 			if (p_restart) { | 
					
						
							|  |  |  | 				godot_java->restart(env); | 
					
						
							|  |  |  | 			} else { | 
					
						
							|  |  |  | 				godot_java->force_quit(env); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		delete godot_java; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | extern "C" { | 
					
						
							| 
									
										
										
										
											2014-03-13 22:57:24 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_setVirtualKeyboardHeight(JNIEnv *env, jclass clazz, jint p_height) { | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | 	if (godot_io_java) { | 
					
						
							|  |  |  | 		godot_io_java->set_vk_height(p_height); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2017-10-04 15:39:31 +07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-16 14:18:12 +03:00
										 |  |  | JNIEXPORT jboolean JNICALL Java_org_godotengine_godot_GodotLib_initialize(JNIEnv *env, jclass clazz, jobject p_activity, jobject p_godot_instance, jobject p_asset_manager, jobject p_godot_io, jobject p_net_utils, jobject p_directory_access_handler, jobject p_file_access_handler, jboolean p_use_apk_expansion) { | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	JavaVM *jvm; | 
					
						
							|  |  |  | 	env->GetJavaVM(&jvm); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | 	// create our wrapper classes
 | 
					
						
							| 
									
										
										
										
											2021-07-10 18:39:31 -07:00
										 |  |  | 	godot_java = new GodotJavaWrapper(env, p_activity, p_godot_instance); | 
					
						
							|  |  |  | 	godot_io_java = new GodotIOJavaWrapper(env, p_godot_io); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-01-19 13:29:41 +01:00
										 |  |  | 	init_thread_jandroid(jvm, env); | 
					
						
							| 
									
										
										
										
											2015-09-03 23:24:55 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | 	jobject amgr = env->NewGlobalRef(p_asset_manager); | 
					
						
							| 
									
										
										
										
											2015-09-03 23:24:55 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | 	FileAccessAndroid::asset_manager = AAssetManager_fromJava(env, amgr); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-07-10 18:39:31 -07:00
										 |  |  | 	DirAccessJAndroid::setup(p_directory_access_handler); | 
					
						
							|  |  |  | 	FileAccessFilesystemJAndroid::setup(p_file_access_handler); | 
					
						
							|  |  |  | 	NetSocketAndroid::setup(p_net_utils); | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	os_android = new OS_Android(godot_java, godot_io_java, p_use_apk_expansion); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-22 15:40:38 -07:00
										 |  |  | 	return true; | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-06-15 00:46:13 -07:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_ondestroy(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-11-15 08:46:45 -08:00
										 |  |  | 	_terminate(env, false); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-16 14:18:12 +03:00
										 |  |  | JNIEXPORT jboolean JNICALL Java_org_godotengine_godot_GodotLib_setup(JNIEnv *env, jclass clazz, jobjectArray p_cmdline, jobject p_godot_tts) { | 
					
						
							| 
									
										
										
										
											2021-01-19 13:29:41 +01:00
										 |  |  | 	setup_android_thread(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-04-02 01:20:12 +02:00
										 |  |  | 	const char **cmdline = nullptr; | 
					
						
							|  |  |  | 	jstring *j_cmdline = nullptr; | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	int cmdlen = 0; | 
					
						
							|  |  |  | 	if (p_cmdline) { | 
					
						
							|  |  |  | 		cmdlen = env->GetArrayLength(p_cmdline); | 
					
						
							|  |  |  | 		if (cmdlen) { | 
					
						
							| 
									
										
										
										
											2021-03-10 18:31:44 +00:00
										 |  |  | 			cmdline = (const char **)memalloc((cmdlen + 1) * sizeof(const char *)); | 
					
						
							| 
									
										
										
										
											2022-09-07 14:21:34 -07:00
										 |  |  | 			ERR_FAIL_NULL_V_MSG(cmdline, false, "Out of memory."); | 
					
						
							| 
									
										
										
										
											2020-04-02 01:20:12 +02:00
										 |  |  | 			cmdline[cmdlen] = nullptr; | 
					
						
							| 
									
										
										
										
											2021-03-10 18:31:44 +00:00
										 |  |  | 			j_cmdline = (jstring *)memalloc(cmdlen * sizeof(jstring)); | 
					
						
							| 
									
										
										
										
											2022-09-07 14:21:34 -07:00
										 |  |  | 			ERR_FAIL_NULL_V_MSG(j_cmdline, false, "Out of memory."); | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 			for (int i = 0; i < cmdlen; i++) { | 
					
						
							|  |  |  | 				jstring string = (jstring)env->GetObjectArrayElement(p_cmdline, i); | 
					
						
							| 
									
										
										
										
											2022-05-30 22:13:49 +01:00
										 |  |  | 				const char *rawString = env->GetStringUTFChars(string, nullptr); | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 				cmdline[i] = rawString; | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 				j_cmdline[i] = string; | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-06-25 16:45:16 +03:00
										 |  |  | 	Error err = Main::setup(OS_Android::ANDROID_EXEC_PATH, cmdlen, (char **)cmdline, false); | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	if (cmdline) { | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 		if (j_cmdline) { | 
					
						
							|  |  |  | 			for (int i = 0; i < cmdlen; ++i) { | 
					
						
							|  |  |  | 				env->ReleaseStringUTFChars(j_cmdline[i], cmdline[i]); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2021-03-10 18:31:44 +00:00
										 |  |  | 			memfree(j_cmdline); | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2021-03-10 18:31:44 +00:00
										 |  |  | 		memfree(cmdline); | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-02 01:05:20 +02:00
										 |  |  | 	// Note: --help and --version return ERR_HELP, but this should be translated to 0 if exit codes are propagated.
 | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	if (err != OK) { | 
					
						
							| 
									
										
										
										
											2022-09-07 14:21:34 -07:00
										 |  |  | 		return false; | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-05-16 14:18:12 +03:00
										 |  |  | 	TTS_Android::setup(p_godot_tts); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-03-13 23:51:55 +11:00
										 |  |  | 	java_class_wrapper = memnew(JavaClassWrapper(godot_java->get_activity())); | 
					
						
							| 
									
										
										
										
											2021-07-11 19:30:33 -03:00
										 |  |  | 	GDREGISTER_CLASS(JNISingleton); | 
					
						
							| 
									
										
										
										
											2022-09-07 14:21:34 -07:00
										 |  |  | 	return true; | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-24 10:04:59 +02:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_resize(JNIEnv *env, jclass clazz, jobject p_surface, jint p_width, jint p_height) { | 
					
						
							|  |  |  | 	if (os_android) { | 
					
						
							|  |  |  | 		os_android->set_display_size(Size2i(p_width, p_height)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		// No need to reset the surface during startup
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 		if (step.get() > 0) { | 
					
						
							| 
									
										
										
										
											2020-05-24 10:04:59 +02:00
										 |  |  | 			if (p_surface) { | 
					
						
							|  |  |  | 				ANativeWindow *native_window = ANativeWindow_fromSurface(env, p_surface); | 
					
						
							|  |  |  | 				os_android->set_native_window(native_window); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2023-04-26 00:43:13 -07:00
										 |  |  | 			DisplayServerAndroid::get_singleton()->reset_window(); | 
					
						
							|  |  |  | 			DisplayServerAndroid::get_singleton()->notify_surface_changed(p_width, p_height); | 
					
						
							| 
									
										
										
										
											2020-05-24 10:04:59 +02:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-10-31 20:22:48 +01:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_newcontext(JNIEnv *env, jclass clazz, jobject p_surface) { | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	if (os_android) { | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 		if (step.get() == 0) { | 
					
						
							| 
									
										
										
										
											2019-03-05 23:29:44 +01:00
										 |  |  | 			// During startup
 | 
					
						
							| 
									
										
										
										
											2020-03-05 19:00:28 +01:00
										 |  |  | 			if (p_surface) { | 
					
						
							|  |  |  | 				ANativeWindow *native_window = ANativeWindow_fromSurface(env, p_surface); | 
					
						
							|  |  |  | 				os_android->set_native_window(native_window); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2019-03-05 23:29:44 +01:00
										 |  |  | 		} else { | 
					
						
							| 
									
										
										
										
											2020-03-05 19:00:28 +01:00
										 |  |  | 			// Rendering context recreated because it was lost; restart app to let it reload everything
 | 
					
						
							| 
									
										
										
										
											2022-11-15 08:46:45 -08:00
										 |  |  | 			_terminate(env, true); | 
					
						
							| 
									
										
										
										
											2019-03-05 23:29:44 +01:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_back(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() == 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	if (DisplayServerAndroid *dsa = Object::cast_to<DisplayServerAndroid>(DisplayServer::get_singleton())) { | 
					
						
							|  |  |  | 		dsa->send_window_event(DisplayServer::WINDOW_EVENT_GO_BACK_REQUEST); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_ttsCallback(JNIEnv *env, jclass clazz, jint event, jint id, jint pos) { | 
					
						
							|  |  |  | 	TTS_Android::_java_utterance_callback(event, id, pos); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-27 18:09:48 -07:00
										 |  |  | JNIEXPORT jboolean JNICALL Java_org_godotengine_godot_GodotLib_step(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() == -1) { | 
					
						
							| 
									
										
										
										
											2022-03-27 18:09:48 -07:00
										 |  |  | 		return true; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2019-03-05 23:29:44 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	if (step.get() == 0) { | 
					
						
							| 
									
										
										
										
											2021-01-19 13:29:41 +01:00
										 |  |  | 		// Since Godot is initialized on the UI thread, main_thread_id was set to that thread's id,
 | 
					
						
							| 
									
										
										
										
											2017-08-22 17:21:41 +02:00
										 |  |  | 		// but for Godot purposes, the main thread is the one running the game loop
 | 
					
						
							| 
									
										
										
										
											2023-04-22 15:34:16 +02:00
										 |  |  | 		Main::setup2(); | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 		input_handler = new AndroidInputHandler(); | 
					
						
							|  |  |  | 		step.increment(); | 
					
						
							| 
									
										
										
										
											2022-03-27 18:09:48 -07:00
										 |  |  | 		return true; | 
					
						
							| 
									
										
										
										
											2017-08-18 21:17:35 +07:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	if (step.get() == 1) { | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		if (!Main::start()) { | 
					
						
							| 
									
										
										
										
											2022-03-27 18:09:48 -07:00
										 |  |  | 			return true; // should exit instead and print the error
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-03-16 00:36:31 -07:00
										 |  |  | 		godot_java->on_godot_setup_completed(env); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		os_android->main_loop_begin(); | 
					
						
							| 
									
										
										
										
											2020-03-19 15:28:33 -07:00
										 |  |  | 		godot_java->on_godot_main_loop_started(env); | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 		step.increment(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-27 17:30:18 +01:00
										 |  |  | 	DisplayServerAndroid::get_singleton()->process_accelerometer(accelerometer); | 
					
						
							|  |  |  | 	DisplayServerAndroid::get_singleton()->process_gravity(gravity); | 
					
						
							|  |  |  | 	DisplayServerAndroid::get_singleton()->process_magnetometer(magnetometer); | 
					
						
							|  |  |  | 	DisplayServerAndroid::get_singleton()->process_gyroscope(gyroscope); | 
					
						
							| 
									
										
										
										
											2016-07-15 15:31:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-27 18:09:48 -07:00
										 |  |  | 	bool should_swap_buffers = false; | 
					
						
							|  |  |  | 	if (os_android->main_loop_iterate(&should_swap_buffers)) { | 
					
						
							| 
									
										
										
										
											2022-11-15 08:46:45 -08:00
										 |  |  | 		_terminate(env, false); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-03-27 18:09:48 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return should_swap_buffers; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-14 23:07:43 -07:00
										 |  |  | // Called on the UI thread
 | 
					
						
							|  |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_dispatchMouseEvent(JNIEnv *env, jclass clazz, jint p_event_type, jint p_button_mask, jfloat p_x, jfloat p_y, jfloat p_delta_x, jfloat p_delta_y, jboolean p_double_click, jboolean p_source_mouse_relative) { | 
					
						
							|  |  |  | 	if (step.get() <= 0) { | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	input_handler->process_mouse_event(p_event_type, p_button_mask, Point2(p_x, p_y), Vector2(p_delta_x, p_delta_y), p_double_click, p_source_mouse_relative); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2022-10-22 07:30:46 -07:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_dispatchTouchEvent(JNIEnv *env, jclass clazz, jint ev, jint pointer, jint pointer_count, jfloatArray position, jboolean p_double_tap) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	Vector<AndroidInputHandler::TouchPos> points; | 
					
						
							| 
									
										
										
										
											2020-10-08 02:37:58 +03:00
										 |  |  | 	for (int i = 0; i < pointer_count; i++) { | 
					
						
							|  |  |  | 		jfloat p[3]; | 
					
						
							| 
									
										
										
										
											2022-08-14 23:07:43 -07:00
										 |  |  | 		env->GetFloatArrayRegion(position, i * 3, 3, p); | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 		AndroidInputHandler::TouchPos tp; | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 		tp.pos = Point2(p[1], p[2]); | 
					
						
							| 
									
										
										
										
											2020-10-08 02:37:58 +03:00
										 |  |  | 		tp.id = (int)p[0]; | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		points.push_back(tp); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-10-08 02:37:58 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-22 07:30:46 -07:00
										 |  |  | 	input_handler->process_touch_event(ev, pointer, points, p_double_tap); | 
					
						
							| 
									
										
										
										
											2020-10-08 02:37:58 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2022-08-14 23:07:43 -07:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_magnify(JNIEnv *env, jclass clazz, jfloat p_x, jfloat p_y, jfloat p_factor) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-08-29 17:06:48 +02:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-08-14 23:07:43 -07:00
										 |  |  | 	input_handler->process_magnify(Point2(p_x, p_y), p_factor); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2022-08-14 23:07:43 -07:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_pan(JNIEnv *env, jclass clazz, jfloat p_x, jfloat p_y, jfloat p_delta_x, jfloat p_delta_y) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2019-11-15 00:34:50 +01:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2022-08-14 23:07:43 -07:00
										 |  |  | 	input_handler->process_pan(Point2(p_x, p_y), Vector2(p_delta_x, p_delta_y)); | 
					
						
							| 
									
										
										
										
											2019-11-15 00:34:50 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_joybutton(JNIEnv *env, jclass clazz, jint p_device, jint p_button, jboolean p_pressed) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	AndroidInputHandler::JoypadEvent jevent; | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	jevent.device = p_device; | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	jevent.type = AndroidInputHandler::JOY_EVENT_BUTTON; | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	jevent.index = p_button; | 
					
						
							| 
									
										
										
										
											2017-06-06 22:29:19 -05:00
										 |  |  | 	jevent.pressed = p_pressed; | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	input_handler->process_joy_event(jevent); | 
					
						
							| 
									
										
										
										
											2016-07-21 12:07:01 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_joyaxis(JNIEnv *env, jclass clazz, jint p_device, jint p_axis, jfloat p_value) { | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	AndroidInputHandler::JoypadEvent jevent; | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	jevent.device = p_device; | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	jevent.type = AndroidInputHandler::JOY_EVENT_AXIS; | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	jevent.index = p_axis; | 
					
						
							|  |  |  | 	jevent.value = p_value; | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	input_handler->process_joy_event(jevent); | 
					
						
							| 
									
										
										
										
											2016-07-21 12:07:01 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_joyhat(JNIEnv *env, jclass clazz, jint p_device, jint p_hat_x, jint p_hat_y) { | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	AndroidInputHandler::JoypadEvent jevent; | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	jevent.device = p_device; | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	jevent.type = AndroidInputHandler::JOY_EVENT_HAT; | 
					
						
							| 
									
										
										
										
											2023-01-08 00:55:54 +01:00
										 |  |  | 	BitField<HatMask> hat; | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	if (p_hat_x != 0) { | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 		if (p_hat_x < 0) { | 
					
						
							| 
									
										
										
										
											2023-01-08 00:55:54 +01:00
										 |  |  | 			hat.set_flag(HatMask::LEFT); | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 		} else { | 
					
						
							| 
									
										
										
										
											2023-01-08 00:55:54 +01:00
										 |  |  | 			hat.set_flag(HatMask::RIGHT); | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	if (p_hat_y != 0) { | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 		if (p_hat_y < 0) { | 
					
						
							| 
									
										
										
										
											2023-01-08 00:55:54 +01:00
										 |  |  | 			hat.set_flag(HatMask::UP); | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 		} else { | 
					
						
							| 
									
										
										
										
											2023-01-08 00:55:54 +01:00
										 |  |  | 			hat.set_flag(HatMask::DOWN); | 
					
						
							| 
									
										
										
										
											2021-08-13 16:31:57 -05:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | 	jevent.hat = hat; | 
					
						
							| 
									
										
										
										
											2017-10-02 16:40:16 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | 	input_handler->process_joy_event(jevent); | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_joyconnectionchanged(JNIEnv *env, jclass clazz, jint p_device, jboolean p_connected, jstring p_name) { | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	if (os_android) { | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 		String name = jstring_to_string(p_name, env); | 
					
						
							| 
									
										
										
										
											2020-04-28 15:19:37 +02:00
										 |  |  | 		Input::get_singleton()->joy_connection_changed(p_device, p_connected, name); | 
					
						
							| 
									
										
										
										
											2016-01-24 05:11:59 +01:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2014-07-02 00:09:36 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-08-04 21:22:11 +02:00
										 |  |  | // Called on the UI thread
 | 
					
						
							| 
									
										
										
										
											2023-07-05 15:34:18 +03:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_key(JNIEnv *env, jclass clazz, jint p_physical_keycode, jint p_unicode, jint p_key_label, jboolean p_pressed, jboolean p_echo) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2023-07-05 15:34:18 +03:00
										 |  |  | 	input_handler->process_key_event(p_physical_keycode, p_unicode, p_key_label, p_pressed, p_echo); | 
					
						
							| 
									
										
										
										
											2016-07-21 12:07:01 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_accelerometer(JNIEnv *env, jclass clazz, jfloat x, jfloat y, jfloat z) { | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	accelerometer = Vector3(x, y, z); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_gravity(JNIEnv *env, jclass clazz, jfloat x, jfloat y, jfloat z) { | 
					
						
							| 
									
										
										
										
											2017-11-11 09:42:23 +11:00
										 |  |  | 	gravity = Vector3(x, y, z); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_magnetometer(JNIEnv *env, jclass clazz, jfloat x, jfloat y, jfloat z) { | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	magnetometer = Vector3(x, y, z); | 
					
						
							| 
									
										
										
										
											2016-05-27 14:29:37 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_gyroscope(JNIEnv *env, jclass clazz, jfloat x, jfloat y, jfloat z) { | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	gyroscope = Vector3(x, y, z); | 
					
						
							| 
									
										
										
										
											2016-07-15 15:31:34 +08:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_focusin(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	os_android->main_loop_focusin(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_focusout(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2018-03-27 22:03:44 +07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	os_android->main_loop_focusout(); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT jstring JNICALL Java_org_godotengine_godot_GodotLib_getGlobal(JNIEnv *env, jclass clazz, jstring path) { | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 	String js = jstring_to_string(path, env); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-18 16:43:37 +02:00
										 |  |  | 	return env->NewStringUTF(GLOBAL_GET(js).operator String().utf8().get_data()); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-02-21 09:18:08 -08:00
										 |  |  | JNIEXPORT jstring JNICALL Java_org_godotengine_godot_GodotLib_getEditorSetting(JNIEnv *env, jclass clazz, jstring p_setting_key) { | 
					
						
							|  |  |  | 	String editor_setting = ""; | 
					
						
							|  |  |  | #ifdef TOOLS_ENABLED
 | 
					
						
							|  |  |  | 	String godot_setting_key = jstring_to_string(p_setting_key, env); | 
					
						
							|  |  |  | 	editor_setting = EDITOR_GET(godot_setting_key).operator String(); | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | 	WARN_PRINT("Access to the Editor Settings in only available on Editor builds"); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return env->NewStringUTF(editor_setting.utf8().get_data()); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-24 13:26:18 +02:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_callobject(JNIEnv *env, jclass clazz, jlong ID, jstring method, jobjectArray params) { | 
					
						
							|  |  |  | 	Object *obj = ObjectDB::get_instance(ObjectID(ID)); | 
					
						
							| 
									
										
										
										
											2022-05-30 22:13:49 +01:00
										 |  |  | 	ERR_FAIL_NULL(obj); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 	String str_method = jstring_to_string(method, env); | 
					
						
							| 
									
										
										
										
											2015-05-18 12:45:53 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 	int count = env->GetArrayLength(params); | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	Variant *vlist = (Variant *)alloca(sizeof(Variant) * count); | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 	const Variant **vptr = (const Variant **)alloca(sizeof(Variant *) * count); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-03-05 16:44:50 +01:00
										 |  |  | 	for (int i = 0; i < count; i++) { | 
					
						
							| 
									
										
										
										
											2022-05-30 22:13:49 +01:00
										 |  |  | 		jobject jobj = env->GetObjectArrayElement(params, i); | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 		ERR_FAIL_NULL(jobj); | 
					
						
							|  |  |  | 		memnew_placement(&vlist[i], Variant(_jobject_to_variant(env, jobj))); | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 		vptr[i] = &vlist[i]; | 
					
						
							| 
									
										
										
										
											2022-05-30 22:13:49 +01:00
										 |  |  | 		env->DeleteLocalRef(jobj); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-02-19 16:27:19 -03:00
										 |  |  | 	Callable::CallError err; | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 	obj->callp(str_method, vptr, count, err); | 
					
						
							| 
									
										
										
										
											2016-07-21 12:07:01 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2014-02-09 22:10:30 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-05-24 13:26:18 +02:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_calldeferred(JNIEnv *env, jclass clazz, jlong ID, jstring method, jobjectArray params) { | 
					
						
							|  |  |  | 	Object *obj = ObjectDB::get_instance(ObjectID(ID)); | 
					
						
							| 
									
										
										
										
											2022-05-30 22:13:49 +01:00
										 |  |  | 	ERR_FAIL_NULL(obj); | 
					
						
							| 
									
										
										
										
											2014-02-13 18:03:28 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2019-02-26 23:54:45 +03:00
										 |  |  | 	String str_method = jstring_to_string(method, env); | 
					
						
							| 
									
										
										
										
											2015-05-18 12:45:53 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-13 18:03:28 -03:00
										 |  |  | 	int count = env->GetArrayLength(params); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-03-09 14:58:40 +01:00
										 |  |  | 	Variant *args = (Variant *)alloca(sizeof(Variant) * count); | 
					
						
							|  |  |  | 	const Variant **argptrs = (const Variant **)alloca(sizeof(Variant *) * count); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (int i = 0; i < count; i++) { | 
					
						
							| 
									
										
										
										
											2022-05-30 22:13:49 +01:00
										 |  |  | 		jobject jobj = env->GetObjectArrayElement(params, i); | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 		ERR_FAIL_NULL(jobj); | 
					
						
							|  |  |  | 		memnew_placement(&args[i], Variant(_jobject_to_variant(env, jobj))); | 
					
						
							| 
									
										
										
										
											2022-03-09 14:58:40 +01:00
										 |  |  | 		argptrs[i] = &args[i]; | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 		env->DeleteLocalRef(jobj); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-02-13 18:03:28 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-04-28 19:31:22 +10:00
										 |  |  | 	MessageQueue::get_singleton()->push_callp(obj, str_method, argptrs, count); | 
					
						
							| 
									
										
										
										
											2016-07-21 12:07:01 +02:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-03-04 23:06:37 -03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_requestPermissionResult(JNIEnv *env, jclass clazz, jstring p_permission, jboolean p_result) { | 
					
						
							| 
									
										
										
										
											2019-03-04 23:06:37 -03:00
										 |  |  | 	String permission = jstring_to_string(p_permission, env); | 
					
						
							|  |  |  | 	if (permission == "android.permission.RECORD_AUDIO" && p_result) { | 
					
						
							| 
									
										
										
										
											2023-02-08 17:40:15 +02:00
										 |  |  | 		AudioDriver::get_singleton()->input_start(); | 
					
						
							| 
									
										
										
										
											2019-03-04 23:06:37 -03:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2019-10-06 21:17:44 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (os_android->get_main_loop()) { | 
					
						
							| 
									
										
										
										
											2021-07-17 18:22:52 -03:00
										 |  |  | 		os_android->get_main_loop()->emit_signal(SNAME("on_request_permissions_result"), permission, p_result == JNI_TRUE); | 
					
						
							| 
									
										
										
										
											2019-10-06 21:17:44 +03:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2019-03-04 23:06:37 -03:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_onRendererResumed(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-04-25 00:03:00 -07:00
										 |  |  | 	// We force redraw to ensure we render at least once when resuming the app.
 | 
					
						
							|  |  |  | 	Main::force_redraw(); | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 	if (os_android->get_main_loop()) { | 
					
						
							| 
									
										
										
										
											2020-06-29 20:47:18 -03:00
										 |  |  | 		os_android->get_main_loop()->notification(MainLoop::NOTIFICATION_APPLICATION_RESUMED); | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | JNIEXPORT void JNICALL Java_org_godotengine_godot_GodotLib_onRendererPaused(JNIEnv *env, jclass clazz) { | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	if (step.get() <= 0) { | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 		return; | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (os_android->get_main_loop()) { | 
					
						
							| 
									
										
										
										
											2020-06-29 20:47:18 -03:00
										 |  |  | 		os_android->get_main_loop()->notification(MainLoop::NOTIFICATION_APPLICATION_PAUSED); | 
					
						
							| 
									
										
										
										
											2019-09-09 14:42:17 -07:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2020-03-04 09:21:59 -08:00
										 |  |  | } |