godot/platform/macos
bruvzg 6f4d233062
Fix key mapping changes when moving from macOS to other platform
Removes separate `Command` key (use `Meta` instead).
Adds an event flag to automatically remap `Command` <-> `Control` (cannot be set alongside `Control` or `Meta`).
2022-09-07 18:45:35 +02:00
..
export Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
crash_handler_macos.h
crash_handler_macos.mm
detect.py Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
dir_access_macos.h
dir_access_macos.mm Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
display_server_macos.h Merge pull request #65026 from bruvzg/dark_mode 2022-09-02 13:54:46 +02:00
display_server_macos.mm Merge pull request #65026 from bruvzg/dark_mode 2022-09-02 13:54:46 +02:00
gl_manager_macos_legacy.h
gl_manager_macos_legacy.mm
godot_application_delegate.h
godot_application_delegate.mm
godot_application.h
godot_application.mm
godot_content_view.h
godot_content_view.mm
godot_main_macos.mm
godot_menu_delegate.h [macOS] Handle accelerator and click events of the global menu items separately. 2022-09-01 08:13:56 +03:00
godot_menu_delegate.mm [macOS] Simplify handling of menu accelerators, and send event to the focused window instead of main. 2022-09-02 13:56:27 +03:00
godot_menu_item.h [macOS] Handle accelerator and click events of the global menu items separately. 2022-09-01 08:13:56 +03:00
godot_menu_item.mm [macOS] Handle accelerator and click events of the global menu items separately. 2022-09-01 08:13:56 +03:00
godot_window_delegate.h
godot_window_delegate.mm
godot_window.h
godot_window.mm
joypad_macos.cpp
joypad_macos.h
key_mapping_macos.h
key_mapping_macos.mm
logo.png
macos_terminal_logger.h
macos_terminal_logger.mm
os_macos.h
os_macos.mm Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
platform_config.h
platform_macos_builders.py
README.md
SCsub [macOS] Handle accelerator and click events of the global menu items separately. 2022-09-01 08:13:56 +03:00
tts_macos.h
tts_macos.mm Rename range_lerp to remap 2022-09-06 07:19:20 +02:00
vulkan_context_macos.h
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