godot/platform/ios
2024-11-10 12:41:26 -06:00
..
api
doc_classes [iOS] Add support for dark and tinted icon versions. 2024-10-04 14:00:27 +03:00
export Core: Integrate Ref::instantiate where possible 2024-11-10 12:41:26 -06:00
app_delegate.h
app_delegate.mm
detect.py Merge pull request #97555 from dustdfg/platform_methods/extract_validate_arch 2024-10-25 13:03:48 -05:00
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
display_server_ios.h [DisplayServer] Implement has_hardware_keyboard method for Android and iOS. 2024-10-02 20:09:48 +03:00
display_server_ios.mm [DisplayServer] Add feature flag for native file dialog access to user/res and options 2024-10-30 14:13:43 +05:30
godot_app_delegate.h iOS: Fix typo in GodotApplicationDelegate 2024-08-08 10:06:36 +02:00
godot_app_delegate.m iOS: Fix typo in GodotApplicationDelegate 2024-08-08 10:06:36 +02:00
godot_ios.mm
godot_view_renderer.h
godot_view_renderer.mm
godot_view.h
godot_view.mm Add Metal support for macOS (arm64) and iOS 2024-08-20 12:11:06 +02:00
ios_terminal_logger.h
ios_terminal_logger.mm
ios.h
ios.mm Set clang-format RemoveSemicolon rule to true 2024-10-25 13:49:43 -04:00
joypad_ios.h
joypad_ios.mm
key_mapping_ios.h
key_mapping_ios.mm
keyboard_input_view.h
keyboard_input_view.mm
main.m iOS: Fix typo in GodotApplicationDelegate 2024-08-08 10:06:36 +02:00
os_ios.h
os_ios.mm Move Vulkan includes to a central godot_vulkan.h header 2024-09-29 17:53:18 +02:00
platform_config.h
platform_gl.h
README.md
rendering_context_driver_vulkan_ios.h
rendering_context_driver_vulkan_ios.mm Add debug utilities for Vulkan 2024-08-21 23:48:08 +02:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
tts_ios.h
tts_ios.mm
view_controller.h
view_controller.mm

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