new OSX version should be ready
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1753 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -82,7 +82,7 @@ static NSString *getApplicationName(void)
|
||||
if (NSKeyDown == [anEvent type] || NSKeyUp == [anEvent type]) {
|
||||
if ([anEvent modifierFlags] & NSCommandKeyMask)
|
||||
{
|
||||
SDL_SetModState(SDL_GetModState() | KMOD_META);
|
||||
// SDL_SetModState(SDL_GetModState() /*| KMOD_META*/);
|
||||
[super sendEvent: anEvent];
|
||||
}
|
||||
} else
|
||||
|
||||
Reference in New Issue
Block a user