mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-01-09 18:41:32 +11:00
Merge pull request #19 from theWatchmen/master
Fixed crash when pressing TAB on Mac
This commit is contained in:
commit
a3b1a824e4
|
@ -88,6 +88,16 @@
|
|||
return YES;
|
||||
}
|
||||
|
||||
- (NSView *)nextValidKeyView
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSView *)previousValidKeyView
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
- (BOOL)acceptsFirstResponder
|
||||
|
|
Loading…
Reference in a new issue