mirror of
https://github.com/glfw/glfw.git
synced 2026-09-18 14:45:46 +00:00
Merge branch 'master' of github.com:elmindreda/glfw
This commit is contained in:
+1
-1
@@ -393,7 +393,7 @@ static int convertMacKeyCode(unsigned int macKeyCode)
|
||||
|
||||
if ([event modifierFlags] & NSCommandKeyMask)
|
||||
{
|
||||
if (!window->sysKeysDisabled)
|
||||
if (window->systemKeys)
|
||||
[super keyDown:event];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user