hamncheese/godot/platform/ios
2023-10-05 18:25:25 -05:00
..
api Initial commit 2023-08-26 15:59:57 -05:00
doc_classes New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
export New version with edge binary no longer embedded. 2023-09-14 21:50:26 -05:00
app_delegate.h Initial commit 2023-08-26 15:59:57 -05:00
app_delegate.mm Initial commit 2023-08-26 15:59:57 -05:00
detect.py Updating Godot 2023-10-05 18:25:25 -05:00
device_metrics.h Initial commit 2023-08-26 15:59:57 -05:00
device_metrics.m Initial commit 2023-08-26 15:59:57 -05:00
display_layer.h Initial commit 2023-08-26 15:59:57 -05:00
display_layer.mm Initial commit 2023-08-26 15:59:57 -05:00
display_server_ios.h Updating Godot 2023-10-05 18:25:25 -05:00
display_server_ios.mm Updating Godot 2023-10-05 18:25:25 -05:00
godot_app_delegate.h Initial commit 2023-08-26 15:59:57 -05:00
godot_app_delegate.m Initial commit 2023-08-26 15:59:57 -05:00
godot_ios.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_view.h Initial commit 2023-08-26 15:59:57 -05:00
godot_view.mm Updating Godot 2023-10-05 18:25:25 -05:00
godot_view_renderer.h Initial commit 2023-08-26 15:59:57 -05:00
godot_view_renderer.mm Initial commit 2023-08-26 15:59:57 -05:00
ios.h Initial commit 2023-08-26 15:59:57 -05:00
ios.mm Initial commit 2023-08-26 15:59:57 -05:00
joypad_ios.h Initial commit 2023-08-26 15:59:57 -05:00
joypad_ios.mm Initial commit 2023-08-26 15:59:57 -05:00
key_mapping_ios.h Initial commit 2023-08-26 15:59:57 -05:00
key_mapping_ios.mm Initial commit 2023-08-26 15:59:57 -05:00
keyboard_input_view.h Initial commit 2023-08-26 15:59:57 -05:00
keyboard_input_view.mm Initial commit 2023-08-26 15:59:57 -05:00
main.m Initial commit 2023-08-26 15:59:57 -05:00
os_ios.h Initial commit 2023-08-26 15:59:57 -05:00
os_ios.mm Updating Godot 2023-10-05 18:25:25 -05:00
platform_config.h Updating Godot 2023-10-05 18:25:25 -05:00
platform_gl.h Updating Godot 2023-10-05 18:25:25 -05:00
README.md Initial commit 2023-08-26 15:59:57 -05:00
SCsub Initial commit 2023-08-26 15:59:57 -05:00
tts_ios.h Initial commit 2023-08-26 15:59:57 -05:00
tts_ios.mm Initial commit 2023-08-26 15:59:57 -05:00
view_controller.h Initial commit 2023-08-26 15:59:57 -05:00
view_controller.mm Updating Godot 2023-10-05 18:25:25 -05:00
vulkan_context_ios.h Initial commit 2023-08-26 15:59:57 -05:00
vulkan_context_ios.mm Initial commit 2023-08-26 15:59:57 -05:00

iOS platform port

This folder contains the C++, Objective-C and Objective-C++ code for the iOS platform port.

See also misc/dist/ios_xcode folder for the Xcode project template used for packaging the iOS export templates.

Documentation