godot/platform/macos
Markus Sauermann 52d75c9b35 Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change
coauthor: @bruvzg

On linuxbsd and macOS the WINDOW_EVENT_MOUSE_ENTER was not sent,
when the mouse became visible again after a mouse_mode-change.
2022-11-11 07:52:16 +01:00
..
export Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
crash_handler_macos.h
crash_handler_macos.mm
detect.py Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00
dir_access_macos.h Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
dir_access_macos.mm Unix: Remove now unnecessary I/O defines, cleanup 2022-10-03 12:33:41 +02:00
display_server_macos.h Make window creation with custom position do not flash 2022-10-24 13:50:25 +08:00
display_server_macos.mm Fix unsent WINDOW_EVENT_MOUSE_ENTER event on mouse_mode-change 2022-11-11 07:52:16 +01:00
gl_manager_macos_legacy.h Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
gl_manager_macos_legacy.mm Add support for OpenGL to OpenXR 2022-11-08 18:47:11 -06:00
godot_application_delegate.h
godot_application_delegate.mm
godot_application.h
godot_application.mm
godot_button_view.h [macOS] Fix window button position and title bar size when editor scale do not match OS UI scale. 2022-10-10 10:32:41 +03:00
godot_button_view.mm [macOS] Fix window button position and title bar size when editor scale do not match OS UI scale. 2022-10-10 10:32:41 +03:00
godot_content_view.h
godot_content_view.mm
godot_main_macos.mm
godot_menu_delegate.h
godot_menu_delegate.mm
godot_menu_item.h
godot_menu_item.mm
godot_window_delegate.h
godot_window_delegate.mm
godot_window.h
godot_window.mm
joypad_macos.cpp
joypad_macos.h Cleanup unused defines in platform code 2022-10-11 11:52:41 +02:00
key_mapping_macos.h
key_mapping_macos.mm
logo.png
macos_terminal_logger.h
macos_terminal_logger.mm
os_macos.h
os_macos.mm Load and use system emoji font in the editor. 2022-11-01 11:04:58 +02:00
platform_config.h
platform_macos_builders.py
README.md
SCsub
tts_macos.h
tts_macos.mm
vulkan_context_macos.h Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03:00
vulkan_context_macos.mm Fix build with Vulkan disabled and no Vulkan headers installed. 2022-10-26 08:55:05 +03: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