1
0
Fork 0
godot/platform/macos
Pāvels Nadtočajevs c3bef1b83f
Split `EmbeddedProcess::reset` to allow stopping timers without full reset.
2026-01-15 11:19:43 +02:00
..
doc_classes Merge pull request #112361 from Calinou/export-dedicated-server-no-shader-baker 2025-12-09 19:54:22 +01:00
editor Split `EmbeddedProcess::reset` to allow stopping timers without full reset. 2026-01-15 11:19:43 +02:00
export Merge pull request #113645 from bruvzg/mac_ios_escape 2025-12-18 14:24:10 +01:00
README.md
SCsub [macOS] Disable window embedding code in export templates. 2025-12-13 00:16:46 +02:00
crash_handler_macos.h
crash_handler_macos.mm
detect.py
dir_access_macos.h
dir_access_macos.mm
display_server_embedded.h
display_server_embedded.mm
display_server_macos.h [macOS] Move system theme properties to the `DisplayServerMacOSBase`. 2025-12-19 12:17:11 +02:00
display_server_macos.mm [macOS] Fix non-focusable window order. 2026-01-01 13:05:42 +02:00
display_server_macos_base.h [macOS] Move system theme properties to the `DisplayServerMacOSBase`. 2025-12-19 12:17:11 +02:00
display_server_macos_base.mm [macOS] Move system theme properties to the `DisplayServerMacOSBase`. 2025-12-19 12:17:11 +02:00
embedded_debugger.h
embedded_debugger.mm
embedded_gl_manager.h
embedded_gl_manager.mm
gl_manager_macos_angle.h
gl_manager_macos_angle.mm
gl_manager_macos_legacy.h
gl_manager_macos_legacy.mm
godot_application.h
godot_application.mm
godot_application_delegate.h [macOS] Fix disabling native menu items in system menus. 2025-12-18 16:19:27 +02:00
godot_application_delegate.mm [macOS] Move system theme properties to the `DisplayServerMacOSBase`. 2025-12-19 12:17:11 +02:00
godot_button_view.h
godot_button_view.mm
godot_content_view.h
godot_content_view.mm
godot_core_cursor.h
godot_core_cursor.mm
godot_main_macos.mm [macOS] Disable window embedding code in export templates. 2025-12-13 00:16:46 +02:00
godot_menu_delegate.h
godot_menu_delegate.mm
godot_menu_item.h [macOS] Fix disabling native menu items in system menus. 2025-12-18 16:19:27 +02:00
godot_menu_item.mm [macOS] Fix disabling native menu items in system menus. 2025-12-18 16:19:27 +02:00
godot_open_save_delegate.h [macOS] Prefer user specified file extensions over OS preferred one. 2025-12-11 11:23:57 +02:00
godot_open_save_delegate.mm Do not apply "*" as preferred extension. 2026-01-09 08:53:47 +02:00
godot_status_item.h
godot_status_item.mm
godot_window.h
godot_window.mm
godot_window_delegate.h
godot_window_delegate.mm
key_mapping_macos.h
key_mapping_macos.mm
libgodot_macos.mm
macos_quartz_core_spi.h
msvs.py
native_menu_macos.h [macOS] Add option for renaming system menus. 2025-12-18 08:40:14 +02:00
native_menu_macos.mm [macOS] Fix disabling native menu items in system menus. 2025-12-18 16:19:27 +02:00
os_macos.h [macOS] Disable window embedding code in export templates. 2025-12-13 00:16:46 +02:00
os_macos.mm [macOS] Disable window embedding code in export templates. 2025-12-13 00:16:46 +02:00
platform_config.h
platform_gl.h
platform_macos_builders.py
platform_thread.h
rendering_context_driver_vulkan_macos.h
rendering_context_driver_vulkan_macos.mm
tts_macos.h
tts_macos.mm

README.md

macOS platform port

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

This platform uses shared Apple code (drivers/apple).

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