mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Rename OSX to macOS and iPhoneOS to iOS.
This commit is contained in:
@@ -3251,7 +3251,7 @@ TEST_CASE("[SceneTree][CodeEdit] symbol lookup") {
|
||||
|
||||
SIGNAL_WATCH(code_edit, "symbol_validate");
|
||||
|
||||
#ifdef OSX_ENABLED
|
||||
#ifdef MACOS_ENABLED
|
||||
SEND_GUI_KEY_EVENT(code_edit, Key::META);
|
||||
#else
|
||||
SEND_GUI_KEY_EVENT(code_edit, Key::CTRL);
|
||||
|
||||
Reference in New Issue
Block a user