| 
									
										
										
										
											2023-01-05 13:25:55 +01:00
										 |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*  display_server_ios.mm                                                 */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							|  |  |  | /*                         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.                 */ | 
					
						
							|  |  |  | /**************************************************************************/ | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #import "display_server_ios.h" | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #import "app_delegate.h" | 
					
						
							| 
									
										
										
										
											2020-10-01 22:18:39 +03:00
										 |  |  | #import "device_metrics.h" | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #import "godot_view.h" | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #import "ios.h" | 
					
						
							| 
									
										
										
										
											2022-12-11 01:21:22 +02:00
										 |  |  | #import "key_mapping_ios.h" | 
					
						
							| 
									
										
										
										
											2020-11-15 15:11:25 +03:00
										 |  |  | #import "keyboard_input_view.h" | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #import "os_ios.h" | 
					
						
							|  |  |  | #import "tts_ios.h" | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #import "view_controller.h" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-08 14:51:32 +02:00
										 |  |  | #include "core/config/project_settings.h" | 
					
						
							|  |  |  | #include "core/io/file_access_pack.h" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #import <sys/utsname.h> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | static const float kDisplayServerIOSAcceleration = 1.f; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | DisplayServerIOS *DisplayServerIOS::get_singleton() { | 
					
						
							|  |  |  | 	return (DisplayServerIOS *)DisplayServer::get_singleton(); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-05 00:00:02 +02:00
										 |  |  | DisplayServerIOS::DisplayServerIOS(const String &p_rendering_driver, WindowMode p_mode, DisplayServer::VSyncMode p_vsync_mode, uint32_t p_flags, const Vector2i *p_position, const Vector2i &p_resolution, int p_screen, Error &r_error) { | 
					
						
							| 
									
										
										
										
											2022-12-11 01:21:22 +02:00
										 |  |  | 	KeyMappingIOS::initialize(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	rendering_driver = p_rendering_driver; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	// Init TTS | 
					
						
							| 
									
										
										
										
											2023-05-16 14:18:12 +03:00
										 |  |  | 	bool tts_enabled = GLOBAL_GET("audio/general/text_to_speech"); | 
					
						
							|  |  |  | 	if (tts_enabled) { | 
					
						
							|  |  |  | 		tts = [[TTS_IOS alloc] init]; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #if defined(VULKAN_ENABLED) | 
					
						
							|  |  |  | 	context_vulkan = nullptr; | 
					
						
							|  |  |  | 	rendering_device_vulkan = nullptr; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (rendering_driver == "vulkan") { | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | 		context_vulkan = memnew(VulkanContextIOS); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 		if (context_vulkan->initialize() != OK) { | 
					
						
							|  |  |  | 			memdelete(context_vulkan); | 
					
						
							|  |  |  | 			context_vulkan = nullptr; | 
					
						
							|  |  |  | 			ERR_FAIL_MSG("Failed to initialize Vulkan context"); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		CALayer *layer = [AppDelegate.viewController.godotView initializeRenderingForDriver:@"vulkan"]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!layer) { | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | 			ERR_FAIL_MSG("Failed to create iOS Vulkan rendering layer."); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		Size2i size = Size2i(layer.bounds.size.width, layer.bounds.size.height) * screen_get_max_scale(); | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | 		if (context_vulkan->window_create(MAIN_WINDOW_ID, p_vsync_mode, layer, size.width, size.height) != OK) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 			memdelete(context_vulkan); | 
					
						
							|  |  |  | 			context_vulkan = nullptr; | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | 			r_error = ERR_UNAVAILABLE; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 			ERR_FAIL_MSG("Failed to create Vulkan window."); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		rendering_device_vulkan = memnew(RenderingDeviceVulkan); | 
					
						
							|  |  |  | 		rendering_device_vulkan->initialize(context_vulkan); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-12-04 15:26:24 -03:00
										 |  |  | 		RendererCompositorRD::make_current(); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | #endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | #if defined(GLES3_ENABLED) | 
					
						
							|  |  |  | 	if (rendering_driver == "opengl3") { | 
					
						
							|  |  |  | 		CALayer *layer = [AppDelegate.viewController.godotView initializeRenderingForDriver:@"opengl3"]; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		if (!layer) { | 
					
						
							|  |  |  | 			ERR_FAIL_MSG("Failed to create iOS OpenGLES rendering layer."); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-11-12 14:49:49 +02:00
										 |  |  | 		RasterizerGLES3::make_current(false); | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | 	} | 
					
						
							|  |  |  | #endif | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-06 22:10:24 +02:00
										 |  |  | 	bool keep_screen_on = bool(GLOBAL_GET("display/window/energy_saving/keep_screen_on")); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	screen_set_keep_on(keep_screen_on); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	Input::get_singleton()->set_event_dispatch_function(_dispatch_input_events); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	r_error = OK; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | DisplayServerIOS::~DisplayServerIOS() { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #if defined(VULKAN_ENABLED) | 
					
						
							| 
									
										
										
										
											2021-12-14 12:49:29 +11:00
										 |  |  | 	if (rendering_device_vulkan) { | 
					
						
							|  |  |  | 		rendering_device_vulkan->finalize(); | 
					
						
							|  |  |  | 		memdelete(rendering_device_vulkan); | 
					
						
							|  |  |  | 		rendering_device_vulkan = nullptr; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2021-12-14 12:49:29 +11:00
										 |  |  | 	if (context_vulkan) { | 
					
						
							|  |  |  | 		context_vulkan->window_destroy(MAIN_WINDOW_ID); | 
					
						
							|  |  |  | 		memdelete(context_vulkan); | 
					
						
							|  |  |  | 		context_vulkan = nullptr; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | #endif | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-05 00:00:02 +02:00
										 |  |  | DisplayServer *DisplayServerIOS::create_func(const String &p_rendering_driver, WindowMode p_mode, DisplayServer::VSyncMode p_vsync_mode, uint32_t p_flags, const Vector2i *p_position, const Vector2i &p_resolution, int p_screen, Error &r_error) { | 
					
						
							|  |  |  | 	return memnew(DisplayServerIOS(p_rendering_driver, p_mode, p_vsync_mode, p_flags, p_position, p_resolution, p_screen, r_error)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Vector<String> DisplayServerIOS::get_rendering_drivers_func() { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Vector<String> drivers; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(VULKAN_ENABLED) | 
					
						
							|  |  |  | 	drivers.push_back("vulkan"); | 
					
						
							|  |  |  | #endif | 
					
						
							| 
									
										
										
										
											2021-10-26 08:18:39 -07:00
										 |  |  | #if defined(GLES3_ENABLED) | 
					
						
							| 
									
										
										
										
											2022-09-07 17:44:36 -07:00
										 |  |  | 	drivers.push_back("opengl3"); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | #endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return drivers; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::register_ios_driver() { | 
					
						
							|  |  |  | 	register_create_function("iOS", create_func, get_rendering_drivers_func); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // MARK: Events | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_rect_changed_callback(const Callable &p_callable, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	window_resize_callback = p_callable; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_window_event_callback(const Callable &p_callable, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	window_event_callback = p_callable; | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_input_event_callback(const Callable &p_callable, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	input_event_callback = p_callable; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_input_text_callback(const Callable &p_callable, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	input_text_callback = p_callable; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_drop_files_callback(const Callable &p_callable, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::process_events() { | 
					
						
							| 
									
										
										
										
											2022-07-08 21:37:07 +02:00
										 |  |  | 	Input::get_singleton()->flush_buffered_events(); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::_dispatch_input_events(const Ref<InputEvent> &p_event) { | 
					
						
							|  |  |  | 	DisplayServerIOS::get_singleton()->send_input_event(p_event); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::send_input_event(const Ref<InputEvent> &p_event) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	_window_callback(input_event_callback, p_event); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::send_input_text(const String &p_text) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	_window_callback(input_text_callback, p_text); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::send_window_event(DisplayServer::WindowEvent p_event) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	_window_callback(window_event_callback, int(p_event)); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::_window_callback(const Callable &p_callable, const Variant &p_arg) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	if (!p_callable.is_null()) { | 
					
						
							| 
									
										
										
										
											2023-07-11 16:18:10 +02:00
										 |  |  | 		p_callable.call(p_arg); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // MARK: - Input | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | // MARK: Touches | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::touch_press(int p_idx, int p_x, int p_y, bool p_pressed, bool p_double_click) { | 
					
						
							| 
									
										
										
										
											2022-12-17 18:47:29 +01:00
										 |  |  | 	Ref<InputEventScreenTouch> ev; | 
					
						
							|  |  |  | 	ev.instantiate(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ev->set_index(p_idx); | 
					
						
							|  |  |  | 	ev->set_pressed(p_pressed); | 
					
						
							|  |  |  | 	ev->set_position(Vector2(p_x, p_y)); | 
					
						
							|  |  |  | 	ev->set_double_tap(p_double_click); | 
					
						
							|  |  |  | 	perform_event(ev); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-23 17:37:45 +02:00
										 |  |  | void DisplayServerIOS::touch_drag(int p_idx, int p_prev_x, int p_prev_y, int p_x, int p_y, float p_pressure, Vector2 p_tilt) { | 
					
						
							| 
									
										
										
										
											2022-12-17 18:47:29 +01:00
										 |  |  | 	Ref<InputEventScreenDrag> ev; | 
					
						
							|  |  |  | 	ev.instantiate(); | 
					
						
							|  |  |  | 	ev->set_index(p_idx); | 
					
						
							| 
									
										
										
										
											2022-12-23 17:37:45 +02:00
										 |  |  | 	ev->set_pressure(p_pressure); | 
					
						
							|  |  |  | 	ev->set_tilt(p_tilt); | 
					
						
							| 
									
										
										
										
											2022-12-17 18:47:29 +01:00
										 |  |  | 	ev->set_position(Vector2(p_x, p_y)); | 
					
						
							|  |  |  | 	ev->set_relative(Vector2(p_x - p_prev_x, p_y - p_prev_y)); | 
					
						
							|  |  |  | 	perform_event(ev); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::perform_event(const Ref<InputEvent> &p_event) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Input::get_singleton()->parse_input_event(p_event); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-21 12:25:29 +01:00
										 |  |  | void DisplayServerIOS::touches_canceled(int p_idx) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	touch_press(p_idx, -1, -1, false, false); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | // MARK: Keyboard | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-11 01:21:22 +02:00
										 |  |  | void DisplayServerIOS::key(Key p_key, char32_t p_char, Key p_unshifted, Key p_physical, NSInteger p_modifier, bool p_pressed) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Ref<InputEventKey> ev; | 
					
						
							| 
									
										
										
										
											2021-06-17 16:03:09 -06:00
										 |  |  | 	ev.instantiate(); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	ev->set_echo(false); | 
					
						
							|  |  |  | 	ev->set_pressed(p_pressed); | 
					
						
							| 
									
										
										
										
											2022-12-11 01:21:22 +02:00
										 |  |  | 	ev->set_keycode(fix_keycode(p_char, p_key)); | 
					
						
							|  |  |  | 	if (@available(iOS 13.4, *)) { | 
					
						
							|  |  |  | 		if (p_key != Key::SHIFT) { | 
					
						
							|  |  |  | 			ev->set_shift_pressed(p_modifier & UIKeyModifierShift); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		if (p_key != Key::CTRL) { | 
					
						
							|  |  |  | 			ev->set_ctrl_pressed(p_modifier & UIKeyModifierControl); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		if (p_key != Key::ALT) { | 
					
						
							|  |  |  | 			ev->set_alt_pressed(p_modifier & UIKeyModifierAlternate); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		if (p_key != Key::META) { | 
					
						
							|  |  |  | 			ev->set_meta_pressed(p_modifier & UIKeyModifierCommand); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	ev->set_key_label(p_unshifted); | 
					
						
							|  |  |  | 	ev->set_physical_keycode(p_physical); | 
					
						
							|  |  |  | 	ev->set_unicode(fix_unicode(p_char)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	perform_event(ev); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | // MARK: Motion | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::update_gravity(float p_x, float p_y, float p_z) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Input::get_singleton()->set_gravity(Vector3(p_x, p_y, p_z)); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::update_accelerometer(float p_x, float p_y, float p_z) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Found out the Z should not be negated! Pass as is! | 
					
						
							|  |  |  | 	Vector3 v_accelerometer = Vector3( | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | 			p_x / kDisplayServerIOSAcceleration, | 
					
						
							|  |  |  | 			p_y / kDisplayServerIOSAcceleration, | 
					
						
							|  |  |  | 			p_z / kDisplayServerIOSAcceleration); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	Input::get_singleton()->set_accelerometer(v_accelerometer); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::update_magnetometer(float p_x, float p_y, float p_z) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Input::get_singleton()->set_magnetometer(Vector3(p_x, p_y, p_z)); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::update_gyroscope(float p_x, float p_y, float p_z) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Input::get_singleton()->set_gyroscope(Vector3(p_x, p_y, p_z)); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							|  |  |  | // MARK: - | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::has_feature(Feature p_feature) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	switch (p_feature) { | 
					
						
							|  |  |  | 		// case FEATURE_CURSOR_SHAPE: | 
					
						
							|  |  |  | 		// case FEATURE_CUSTOM_CURSOR_SHAPE: | 
					
						
							|  |  |  | 		// case FEATURE_GLOBAL_MENU: | 
					
						
							|  |  |  | 		// case FEATURE_HIDPI: | 
					
						
							|  |  |  | 		// case FEATURE_ICON: | 
					
						
							|  |  |  | 		// case FEATURE_IME: | 
					
						
							|  |  |  | 		// case FEATURE_MOUSE: | 
					
						
							|  |  |  | 		// case FEATURE_MOUSE_WARP: | 
					
						
							|  |  |  | 		// case FEATURE_NATIVE_DIALOG: | 
					
						
							|  |  |  | 		// case FEATURE_NATIVE_ICON: | 
					
						
							|  |  |  | 		// case FEATURE_WINDOW_TRANSPARENCY: | 
					
						
							|  |  |  | 		case FEATURE_CLIPBOARD: | 
					
						
							|  |  |  | 		case FEATURE_KEEP_SCREEN_ON: | 
					
						
							|  |  |  | 		case FEATURE_ORIENTATION: | 
					
						
							|  |  |  | 		case FEATURE_TOUCHSCREEN: | 
					
						
							|  |  |  | 		case FEATURE_VIRTUAL_KEYBOARD: | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 		case FEATURE_TEXT_TO_SPEECH: | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 			return true; | 
					
						
							|  |  |  | 		default: | 
					
						
							|  |  |  | 			return false; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | String DisplayServerIOS::get_name() const { | 
					
						
							|  |  |  | 	return "iOS"; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::tts_is_speaking() const { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_V_MSG(tts, false, "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	return [tts isSpeaking]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::tts_is_paused() const { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_V_MSG(tts, false, "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	return [tts isPaused]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-08-05 03:41:48 +02:00
										 |  |  | TypedArray<Dictionary> DisplayServerIOS::tts_get_voices() const { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_V_MSG(tts, TypedArray<Dictionary>(), "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	return [tts getVoices]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::tts_speak(const String &p_text, const String &p_voice, int p_volume, float p_pitch, float p_rate, int p_utterance_id, bool p_interrupt) { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_MSG(tts, "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	[tts speak:p_text voice:p_voice volume:p_volume pitch:p_pitch rate:p_rate utterance_id:p_utterance_id interrupt:p_interrupt]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::tts_pause() { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_MSG(tts, "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	[tts pauseSpeaking]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::tts_resume() { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_MSG(tts, "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	[tts resumeSpeaking]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::tts_stop() { | 
					
						
							| 
									
										
										
										
											2023-09-28 11:40:18 +02:00
										 |  |  | 	ERR_FAIL_NULL_MSG(tts, "Enable the \"audio/general/text_to_speech\" project setting to use text-to-speech."); | 
					
						
							| 
									
										
										
										
											2021-11-04 14:33:37 +02:00
										 |  |  | 	[tts stopSpeaking]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-09-26 11:00:04 +08:00
										 |  |  | bool DisplayServerIOS::is_dark_mode_supported() const { | 
					
						
							|  |  |  | 	if (@available(iOS 13.0, *)) { | 
					
						
							|  |  |  | 		return true; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		return false; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | bool DisplayServerIOS::is_dark_mode() const { | 
					
						
							|  |  |  | 	if (@available(iOS 13.0, *)) { | 
					
						
							|  |  |  | 		return [UITraitCollection currentTraitCollection].userInterfaceStyle == UIUserInterfaceStyleDark; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		return false; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Rect2i DisplayServerIOS::get_display_safe_area() const { | 
					
						
							| 
									
										
										
										
											2023-09-27 21:15:17 +03:00
										 |  |  | 	UIEdgeInsets insets = UIEdgeInsetsZero; | 
					
						
							|  |  |  | 	UIView *view = AppDelegate.viewController.godotView; | 
					
						
							|  |  |  | 	if ([view respondsToSelector:@selector(safeAreaInsets)]) { | 
					
						
							|  |  |  | 		insets = [view safeAreaInsets]; | 
					
						
							| 
									
										
										
										
											2022-04-26 11:40:57 +02:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2023-09-27 21:15:17 +03:00
										 |  |  | 	float scale = screen_get_scale(); | 
					
						
							|  |  |  | 	Size2i insets_position = Size2i(insets.left, insets.top) * scale; | 
					
						
							|  |  |  | 	Size2i insets_size = Size2i(insets.left + insets.right, insets.top + insets.bottom) * scale; | 
					
						
							|  |  |  | 	return Rect2i(screen_get_position() + insets_position, screen_get_size() - insets_size); | 
					
						
							| 
									
										
										
										
											2022-04-26 11:40:57 +02:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | int DisplayServerIOS::get_screen_count() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return 1; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-05 00:00:02 +02:00
										 |  |  | int DisplayServerIOS::get_primary_screen() const { | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Point2i DisplayServerIOS::screen_get_position(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return Size2i(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Size2i DisplayServerIOS::screen_get_size(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	CALayer *layer = AppDelegate.viewController.godotView.renderingLayer; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (!layer) { | 
					
						
							|  |  |  | 		return Size2i(); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return Size2i(layer.bounds.size.width, layer.bounds.size.height) * screen_get_scale(p_screen); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Rect2i DisplayServerIOS::screen_get_usable_rect(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2022-04-26 11:40:57 +02:00
										 |  |  | 	return Rect2i(screen_get_position(p_screen), screen_get_size(p_screen)); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | int DisplayServerIOS::screen_get_dpi(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	struct utsname systemInfo; | 
					
						
							|  |  |  | 	uname(&systemInfo); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	NSString *string = [NSString stringWithCString:systemInfo.machine encoding:NSUTF8StringEncoding]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-01 22:18:39 +03:00
										 |  |  | 	NSDictionary *iOSModelToDPI = [GodotDeviceMetrics dpiList]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	for (NSArray *keyArray in iOSModelToDPI) { | 
					
						
							|  |  |  | 		if ([keyArray containsObject:string]) { | 
					
						
							|  |  |  | 			NSNumber *value = iOSModelToDPI[keyArray]; | 
					
						
							|  |  |  | 			return [value intValue]; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-10-01 22:18:39 +03:00
										 |  |  | 	// If device wasn't found in dictionary | 
					
						
							|  |  |  | 	// make a best guess from device metrics. | 
					
						
							|  |  |  | 	CGFloat scale = [UIScreen mainScreen].scale; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	UIUserInterfaceIdiom idiom = [UIDevice currentDevice].userInterfaceIdiom; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	switch (idiom) { | 
					
						
							|  |  |  | 		case UIUserInterfaceIdiomPad: | 
					
						
							|  |  |  | 			return scale == 2 ? 264 : 132; | 
					
						
							|  |  |  | 		case UIUserInterfaceIdiomPhone: { | 
					
						
							|  |  |  | 			if (scale == 3) { | 
					
						
							|  |  |  | 				CGFloat nativeScale = [UIScreen mainScreen].nativeScale; | 
					
						
							|  |  |  | 				return nativeScale == 3 ? 458 : 401; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			return 326; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		default: | 
					
						
							|  |  |  | 			return 72; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | float DisplayServerIOS::screen_get_refresh_rate(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2023-11-17 08:32:54 -05:00
										 |  |  | 	float fps = [UIScreen mainScreen].maximumFramesPerSecond; | 
					
						
							|  |  |  | 	if ([NSProcessInfo processInfo].lowPowerModeEnabled) { | 
					
						
							|  |  |  | 		fps = 60; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return fps; | 
					
						
							| 
									
										
										
										
											2022-01-27 13:46:57 -06:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | float DisplayServerIOS::screen_get_scale(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2022-12-23 14:57:56 +01:00
										 |  |  | 	return [UIScreen mainScreen].scale; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Vector<DisplayServer::WindowID> DisplayServerIOS::get_window_list() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Vector<DisplayServer::WindowID> list; | 
					
						
							|  |  |  | 	list.push_back(MAIN_WINDOW_ID); | 
					
						
							|  |  |  | 	return list; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | DisplayServer::WindowID DisplayServerIOS::get_window_at_screen_position(const Point2i &p_position) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return MAIN_WINDOW_ID; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | int64_t DisplayServerIOS::window_get_native_handle(HandleType p_handle_type, WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2022-01-14 12:41:04 +02:00
										 |  |  | 	ERR_FAIL_COND_V(p_window != MAIN_WINDOW_ID, 0); | 
					
						
							|  |  |  | 	switch (p_handle_type) { | 
					
						
							|  |  |  | 		case DISPLAY_HANDLE: { | 
					
						
							|  |  |  | 			return 0; // Not supported. | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		case WINDOW_HANDLE: { | 
					
						
							|  |  |  | 			return (int64_t)AppDelegate.viewController; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		case WINDOW_VIEW: { | 
					
						
							|  |  |  | 			return (int64_t)AppDelegate.viewController.godotView; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 		default: { | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_attach_instance_id(ObjectID p_instance, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	window_attached_instance_id = p_instance; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | ObjectID DisplayServerIOS::window_get_attached_instance_id(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return window_attached_instance_id; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_title(const String &p_title, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | int DisplayServerIOS::window_get_current_screen(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return SCREEN_OF_MAIN_WINDOW; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_current_screen(int p_screen, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Point2i DisplayServerIOS::window_get_position(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return Point2i(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-30 10:28:16 +02:00
										 |  |  | Point2i DisplayServerIOS::window_get_position_with_decorations(WindowID p_window) const { | 
					
						
							|  |  |  | 	return Point2i(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_position(const Point2i &p_position, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for single window iOS app | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_transient(WindowID p_window, WindowID p_parent) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_max_size(const Size2i p_size, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Size2i DisplayServerIOS::window_get_max_size(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return Size2i(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_min_size(const Size2i p_size, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Size2i DisplayServerIOS::window_get_min_size(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return Size2i(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_size(const Size2i p_size, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | Size2i DisplayServerIOS::window_get_size(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	CGRect screenBounds = [UIScreen mainScreen].bounds; | 
					
						
							|  |  |  | 	return Size2i(screenBounds.size.width, screenBounds.size.height) * screen_get_max_scale(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-11-30 10:28:16 +02:00
										 |  |  | Size2i DisplayServerIOS::window_get_size_with_decorations(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return window_get_size(p_window); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_mode(WindowMode p_mode, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | DisplayServer::WindowMode DisplayServerIOS::window_get_mode(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return WindowMode::WINDOW_MODE_FULLSCREEN; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::window_is_maximize_allowed(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return false; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_flag(WindowFlags p_flag, bool p_enabled, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::window_get_flag(WindowFlags p_flag, WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return false; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_request_attention(WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_move_to_foreground(WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	// Probably not supported for iOS | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-06-15 10:53:31 +03:00
										 |  |  | bool DisplayServerIOS::window_is_focused(WindowID p_window) const { | 
					
						
							|  |  |  | 	return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | float DisplayServerIOS::screen_get_max_scale() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return screen_get_scale(SCREEN_OF_MAIN_WINDOW); | 
					
						
							| 
									
										
										
										
											2022-02-16 13:56:32 +01:00
										 |  |  | } | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::screen_set_orientation(DisplayServer::ScreenOrientation p_orientation, int p_screen) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	screen_orientation = p_orientation; | 
					
						
							| 
									
										
										
										
											2023-06-12 10:55:26 +03:00
										 |  |  | 	if (@available(iOS 16.0, *)) { | 
					
						
							|  |  |  | 		[AppDelegate.viewController setNeedsUpdateOfSupportedInterfaceOrientations]; | 
					
						
							|  |  |  | 	} else { | 
					
						
							|  |  |  | 		[UIViewController attemptRotationToDeviceOrientation]; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | DisplayServer::ScreenOrientation DisplayServerIOS::screen_get_orientation(int p_screen) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return screen_orientation; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::window_can_draw(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::can_any_window_draw() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-10-17 00:59:51 +02:00
										 |  |  | bool DisplayServerIOS::is_touchscreen_available() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return true; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-12 18:05:01 +02:00
										 |  |  | _FORCE_INLINE_ int _convert_utf32_offset_to_utf16(const String &p_existing_text, int p_pos) { | 
					
						
							|  |  |  | 	int limit = p_pos; | 
					
						
							|  |  |  | 	for (int i = 0; i < MIN(p_existing_text.length(), p_pos); i++) { | 
					
						
							|  |  |  | 		if (p_existing_text[i] > 0xffff) { | 
					
						
							|  |  |  | 			limit++; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 	return limit; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-07 14:20:10 -04:00
										 |  |  | void DisplayServerIOS::virtual_keyboard_show(const String &p_existing_text, const Rect2 &p_screen_rect, VirtualKeyboardType p_type, int p_max_length, int p_cursor_start, int p_cursor_end) { | 
					
						
							| 
									
										
										
										
											2020-11-15 15:11:25 +03:00
										 |  |  | 	NSString *existingString = [[NSString alloc] initWithUTF8String:p_existing_text.utf8().get_data()]; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-07 14:20:10 -04:00
										 |  |  | 	AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeDefault; | 
					
						
							|  |  |  | 	AppDelegate.viewController.keyboardView.textContentType = nil; | 
					
						
							|  |  |  | 	switch (p_type) { | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_DEFAULT: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeDefault; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_MULTILINE: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeDefault; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_NUMBER: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeNumberPad; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_NUMBER_DECIMAL: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeDecimalPad; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_PHONE: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypePhonePad; | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.textContentType = UITextContentTypeTelephoneNumber; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_EMAIL_ADDRESS: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeEmailAddress; | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.textContentType = UITextContentTypeEmailAddress; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_PASSWORD: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeDefault; | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.textContentType = UITextContentTypePassword; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 		case KEYBOARD_TYPE_URL: { | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.keyboardType = UIKeyboardTypeWebSearch; | 
					
						
							|  |  |  | 			AppDelegate.viewController.keyboardView.textContentType = UITextContentTypeURL; | 
					
						
							|  |  |  | 		} break; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-15 15:11:25 +03:00
										 |  |  | 	[AppDelegate.viewController.keyboardView | 
					
						
							|  |  |  | 			becomeFirstResponderWithString:existingString | 
					
						
							| 
									
										
										
										
											2022-12-12 18:05:01 +02:00
										 |  |  | 							   cursorStart:_convert_utf32_offset_to_utf16(p_existing_text, p_cursor_start) | 
					
						
							|  |  |  | 								 cursorEnd:_convert_utf32_offset_to_utf16(p_existing_text, p_cursor_end)]; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-12-11 01:21:22 +02:00
										 |  |  | bool DisplayServerIOS::is_keyboard_active() const { | 
					
						
							|  |  |  | 	return [AppDelegate.viewController.keyboardView isFirstResponder]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::virtual_keyboard_hide() { | 
					
						
							| 
									
										
										
										
											2020-11-15 15:11:25 +03:00
										 |  |  | 	[AppDelegate.viewController.keyboardView resignFirstResponder]; | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::virtual_keyboard_set_height(int height) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	virtual_keyboard_height = height * screen_get_max_scale(); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | int DisplayServerIOS::virtual_keyboard_get_height() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return virtual_keyboard_height; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::clipboard_set(const String &p_text) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	[UIPasteboard generalPasteboard].string = [NSString stringWithUTF8String:p_text.utf8()]; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | String DisplayServerIOS::clipboard_get() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	NSString *text = [UIPasteboard generalPasteboard].string; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return String::utf8([text UTF8String]); | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::screen_set_keep_on(bool p_enable) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	[UIApplication sharedApplication].idleTimerDisabled = p_enable; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | bool DisplayServerIOS::screen_is_kept_on() const { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	return [UIApplication sharedApplication].idleTimerDisabled; | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::resize_window(CGSize viewSize) { | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	Size2i size = Size2i(viewSize.width, viewSize.height) * screen_get_max_scale(); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #if defined(VULKAN_ENABLED) | 
					
						
							| 
									
										
										
										
											2021-12-14 12:49:29 +11:00
										 |  |  | 	if (context_vulkan) { | 
					
						
							|  |  |  | 		context_vulkan->window_resize(MAIN_WINDOW_ID, size.x, size.y); | 
					
						
							| 
									
										
										
										
											2020-07-15 21:59:57 +03:00
										 |  |  | 	} | 
					
						
							|  |  |  | #endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	Variant resize_rect = Rect2i(Point2i(), size); | 
					
						
							|  |  |  | 	_window_callback(window_resize_callback, resize_rect); | 
					
						
							|  |  |  | } | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | void DisplayServerIOS::window_set_vsync_mode(DisplayServer::VSyncMode p_vsync_mode, WindowID p_window) { | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | 	_THREAD_SAFE_METHOD_ | 
					
						
							|  |  |  | #if defined(VULKAN_ENABLED) | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | 	if (context_vulkan) { | 
					
						
							|  |  |  | 		context_vulkan->set_vsync_mode(p_window, p_vsync_mode); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | #endif | 
					
						
							|  |  |  | } | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-20 09:28:22 +03:00
										 |  |  | DisplayServer::VSyncMode DisplayServerIOS::window_get_vsync_mode(WindowID p_window) const { | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | 	_THREAD_SAFE_METHOD_ | 
					
						
							|  |  |  | #if defined(VULKAN_ENABLED) | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | 	if (context_vulkan) { | 
					
						
							|  |  |  | 		return context_vulkan->get_vsync_mode(p_window); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | #endif | 
					
						
							| 
									
										
										
										
											2023-01-21 00:20:30 +02:00
										 |  |  | 	return DisplayServer::VSYNC_ENABLED; | 
					
						
							| 
									
										
										
										
											2021-06-19 17:44:59 +02:00
										 |  |  | } |