hamncheese/godot/platform/macos
2023-08-26 15:59:57 -05:00
..
doc_classes Initial commit 2023-08-26 15:59:57 -05:00
export Initial commit 2023-08-26 15:59:57 -05:00
crash_handler_macos.h Initial commit 2023-08-26 15:59:57 -05:00
crash_handler_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
detect.py Initial commit 2023-08-26 15:59:57 -05:00
dir_access_macos.h Initial commit 2023-08-26 15:59:57 -05:00
dir_access_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
display_server_macos.h Initial commit 2023-08-26 15:59:57 -05:00
display_server_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
gl_manager_macos_legacy.h Initial commit 2023-08-26 15:59:57 -05:00
gl_manager_macos_legacy.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_application.h Initial commit 2023-08-26 15:59:57 -05:00
godot_application.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_application_delegate.h Initial commit 2023-08-26 15:59:57 -05:00
godot_application_delegate.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_button_view.h Initial commit 2023-08-26 15:59:57 -05:00
godot_button_view.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_content_view.h Initial commit 2023-08-26 15:59:57 -05:00
godot_content_view.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_main_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_menu_delegate.h Initial commit 2023-08-26 15:59:57 -05:00
godot_menu_delegate.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_menu_item.h Initial commit 2023-08-26 15:59:57 -05:00
godot_menu_item.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_window.h Initial commit 2023-08-26 15:59:57 -05:00
godot_window.mm Initial commit 2023-08-26 15:59:57 -05:00
godot_window_delegate.h Initial commit 2023-08-26 15:59:57 -05:00
godot_window_delegate.mm Initial commit 2023-08-26 15:59:57 -05:00
joypad_macos.cpp Initial commit 2023-08-26 15:59:57 -05:00
joypad_macos.h Initial commit 2023-08-26 15:59:57 -05:00
key_mapping_macos.h Initial commit 2023-08-26 15:59:57 -05:00
key_mapping_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
macos_terminal_logger.h Initial commit 2023-08-26 15:59:57 -05:00
macos_terminal_logger.mm Initial commit 2023-08-26 15:59:57 -05:00
os_macos.h Initial commit 2023-08-26 15:59:57 -05:00
os_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
platform_config.h Initial commit 2023-08-26 15:59:57 -05:00
platform_macos_builders.py Initial commit 2023-08-26 15:59:57 -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_macos.h Initial commit 2023-08-26 15:59:57 -05:00
tts_macos.mm Initial commit 2023-08-26 15:59:57 -05:00
vulkan_context_macos.h Initial commit 2023-08-26 15:59:57 -05:00
vulkan_context_macos.mm Initial commit 2023-08-26 15:59:57 -05:00

macOS platform port

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

See also misc/dist/macos folder for additional files used by this platform. misc/dist/macos_tools.app is an .app bundle template used for packaging the macOS editor, while misc/dist/macos_template.app is used for packaging macOS export templates.

Documentation