virtualx-engine/platform/ios
2022-09-13 14:04:08 +03:00
..
api
export Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
app_delegate.h
app_delegate.mm
detect.py Check for ios_simulator when building for x86_64 2022-09-13 14:04:08 +03:00
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
display_server_ios.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
display_server_ios.mm Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
godot_app_delegate.h
godot_app_delegate.m
godot_ios.mm
godot_view.h
godot_view.mm
godot_view_gesture_recognizer.h
godot_view_gesture_recognizer.mm
godot_view_renderer.h
godot_view_renderer.mm
ios.h
ios.mm
joypad_ios.h
joypad_ios.mm
keyboard_input_view.h Add support for multiple virtual keyboard types 2022-08-04 10:41:33 -04:00
keyboard_input_view.mm Add support for multiple virtual keyboard types 2022-08-04 10:41:33 -04:00
logo.png
main.m
os_ios.h Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
os_ios.mm Implement support for loading system fonts on Linux, macOS / iOS and Windows. 2022-07-26 08:38:05 +03:00
platform_config.h Clean iOS platform config of long gone macro 2022-08-10 21:42:49 +02:00
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub
tts_ios.h
tts_ios.mm Rename range_lerp to remap 2022-09-06 07:19:20 +02:00
view_controller.h
view_controller.mm
vulkan_context_ios.h
vulkan_context_ios.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