mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Fixed crash when pressing TAB on Mac
This commit is contained in:
parent
e25be80077
commit
82e48fcea8
|
@ -88,6 +88,16 @@
|
|||
return YES;
|
||||
}
|
||||
|
||||
- (NSView *)nextValidKeyView
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
- (NSView *)previousValidKeyView
|
||||
{
|
||||
return self;
|
||||
}
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
- (BOOL)acceptsFirstResponder
|
||||
|
|
Loading…
Reference in a new issue