virtualx-engine/platform/macos
Rémi Verschelde 67e731d450
Merge pull request #64507 from RandomShaper/remove_unused
Remove unused `force_quit` variable from many OS abstractions
2022-08-27 18:42:20 +02:00
..
export [macOS export] Simplify code signing options, add support for rcodesign tool for signing and notarization. 2022-08-26 14:23:31 +03:00
crash_handler_macos.h
crash_handler_macos.mm
detect.py Unify bits, arch, and android_arch into env["arch"] 2022-08-25 11:19:20 +02:00
dir_access_macos.h Add override keywords to DirAccess derived classes 2022-08-02 16:39:44 +01:00
dir_access_macos.mm Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
display_server_macos.h [macOS] Extend editor contents to the window titlebar for better space usage. 2022-08-26 15:12:43 +03:00
display_server_macos.mm [macOS] Extend editor contents to the window titlebar for better space usage. 2022-08-26 15:12:43 +03:00
gl_manager_macos_legacy.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
gl_manager_macos_legacy.mm
godot_application.h
godot_application.mm
godot_application_delegate.h
godot_application_delegate.mm
godot_content_view.h
godot_content_view.mm Remove Signal connect binds 2022-07-29 16:26:13 +02:00
godot_main_macos.mm
godot_menu_item.h Implement MenuBar control to wrap PopupMenus or native menu, use native menu for editor. 2022-08-18 22:25:44 +03:00
godot_window.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
godot_window.mm
godot_window_delegate.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
godot_window_delegate.mm Remove Signal connect binds 2022-07-29 16:26:13 +02:00
joypad_macos.cpp
joypad_macos.h
key_mapping_macos.h
key_mapping_macos.mm
logo.png
macos_terminal_logger.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
macos_terminal_logger.mm
os_macos.h Remove unused force_quit variable from many OS abstractions 2022-08-27 13:41:53 +02:00
os_macos.mm Remove unused force_quit variable from many OS abstractions 2022-08-27 13:41:53 +02:00
platform_config.h
platform_macos_builders.py
README.md Improve platform-specific READMEs to add useful links 2022-08-25 17:50:53 +02:00
SCsub
tts_macos.h
tts_macos.mm
vulkan_context_macos.h Code quality: Fix header guards consistency 2022-07-25 11:17:40 +02:00
vulkan_context_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