mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Rename OSX to macOS and iPhoneOS to iOS.
This commit is contained in:
parent
292c952e3b
commit
8823eae328
245 changed files with 1151 additions and 1149 deletions
|
|
@ -61,7 +61,7 @@ static const _KeyCodeText _keycodes[] = {
|
|||
{Key::PAGEDOWN ,"PageDown"},
|
||||
{Key::SHIFT ,"Shift"},
|
||||
{Key::CTRL ,"Ctrl"},
|
||||
#ifdef OSX_ENABLED
|
||||
#ifdef MACOS_ENABLED
|
||||
{Key::META ,"Command"},
|
||||
#else
|
||||
{Key::META ,"Meta"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue