mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Fixed: #1060 Implement getWndProc() on Mac OS X
This commit is contained in:
parent
cbc90b584a
commit
869ae6e962
1 changed files with 1 additions and 8 deletions
|
@ -180,14 +180,7 @@ bool GlWndProc(CDriverGL *driver, const void* e)
|
|||
NSEvent* event = [NSEvent eventWithEventRef:e];
|
||||
// NSLog(@"NSEvent in GlWndProc %@", event);
|
||||
|
||||
switch([event type])
|
||||
{
|
||||
/* TODO handle window activate, close, etc. */
|
||||
default:
|
||||
return driver->_EventEmitter.processMessage(event);
|
||||
}
|
||||
|
||||
return false;
|
||||
return driver->_EventEmitter.processMessage(event);
|
||||
}
|
||||
|
||||
#elif defined (NL_OS_UNIX)
|
||||
|
|
Loading…
Reference in a new issue