godot/platform/macos
Rémi Verschelde f49efbe0e5
Merge pull request #89229 from akien-mga/main-refactor-os-exit-code
Refactor OS exit code to be `EXIT_SUCCESS` by default
2024-03-24 01:15:06 +01:00
..
doc_classes
export Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKs 2024-03-06 12:14:21 -05:00
crash_handler_macos.h
crash_handler_macos.mm
detect.py Fix MoltenVK detection 2024-03-09 21:05:51 +01:00
dir_access_macos.h
dir_access_macos.mm
display_server_macos.h Move global_menu_* methods to a separate NativeMenu class. 2024-03-04 23:41:41 +02:00
display_server_macos.mm Use Vector* component-wise min/max/clamp functions where applicable 2024-03-20 13:47:42 +01:00
gl_manager_macos_angle.h
gl_manager_macos_angle.mm
gl_manager_macos_legacy.h
gl_manager_macos_legacy.mm
godot_application_delegate.h
godot_application_delegate.mm Move global_menu_* methods to a separate NativeMenu class. 2024-03-04 23:41:41 +02:00
godot_application.h
godot_application.mm
godot_button_view.h
godot_button_view.mm
godot_content_view.h
godot_content_view.mm
godot_main_macos.mm Refactor OS exit code to be EXIT_SUCCESS by default 2024-03-08 23:31:24 +01:00
godot_menu_delegate.h
godot_menu_delegate.mm Move global_menu_* methods to a separate NativeMenu class. 2024-03-04 23:41:41 +02:00
godot_menu_item.h Move global_menu_* methods to a separate NativeMenu class. 2024-03-04 23:41:41 +02:00
godot_menu_item.mm
godot_open_save_delegate.h
godot_open_save_delegate.mm
godot_status_item.h
godot_status_item.mm
godot_window_delegate.h
godot_window_delegate.mm
godot_window.h
godot_window.mm
joypad_macos.h
joypad_macos.mm
key_mapping_macos.h
key_mapping_macos.mm
macos_terminal_logger.h
macos_terminal_logger.mm
native_menu_macos.h [NativeMenu] Implement native popup menu support on Windows. 2024-03-13 10:51:38 +02:00
native_menu_macos.mm Fix NativeMenu layout direction on macOS, add extra check for Windows menu. 2024-03-15 09:48:54 +02:00
os_macos.h
os_macos.mm clang-tidy: Enforce modernize-use-nullptr 2024-03-12 10:59:53 -05:00
platform_config.h
platform_gl.h
platform_macos_builders.py SCons: Remove run_in_subprocess dependency 2024-03-11 13:20:09 -05:00
README.md
rendering_context_driver_vulkan_macos.h
rendering_context_driver_vulkan_macos.mm
SCsub SCons: Convert remaining run_in_subprocess to env.Run 2024-03-10 14:01:23 -05:00
tts_macos.h
tts_macos.mm

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