godot/platform/iphone
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
api Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
export Implement GDExtension export plugin. 2022-03-16 11:16:19 +02:00
SCsub OS: Remove native video API only implemented on iOS 2021-05-07 20:40:24 +02:00
app_delegate.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
app_delegate.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
detect.py Remove obsolete define in the iOS buildsystem code 2022-02-08 22:45:36 +01:00
device_metrics.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
device_metrics.m Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
display_layer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
display_layer.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
display_server_iphone.h Merge pull request #57335 from jordigcs/display-refresh-rate 2022-02-04 11:51:07 +01:00
display_server_iphone.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
godot_app_delegate.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godot_app_delegate.m Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godot_iphone.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
godot_view.h [iOS] Fix touch handling for overlay views 2022-02-03 23:52:20 +03:00
godot_view.mm [iOS] Fix multitouch not working correctly 2022-02-26 23:18:28 +03:00
godot_view_gesture_recognizer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godot_view_gesture_recognizer.mm [iOS] Fix incorrect method name for input dragging event 2022-02-19 16:40:49 +03:00
godot_view_renderer.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
godot_view_renderer.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
ios.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
ios.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
joypad_iphone.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
joypad_iphone.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
keyboard_input_view.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
keyboard_input_view.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
logo.png platform: Update metadata for export platforms 2020-08-01 23:43:14 -07:00
main.m Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
os_iphone.h Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
os_iphone.mm Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks 2022-03-11 09:13:11 +01:00
platform_config.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
view_controller.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
view_controller.mm Style: Cleanup single-line blocks, semicolons, dead code 2022-02-16 14:06:29 +01:00
vulkan_context_iphone.h Update copyright statements to 2022 2022-01-03 21:27:34 +01:00
vulkan_context_iphone.mm Update copyright statements to 2022 2022-01-03 21:27:34 +01:00