mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2025-02-23 23:07:49 +11:00
Fixed crash when pressing TAB on Mac
This commit is contained in:
parent
e25be80077
commit
82e48fcea8
1 changed files with 10 additions and 0 deletions
|
@ -88,6 +88,16 @@
|
||||||
return YES;
|
return YES;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NSView *)nextValidKeyView
|
||||||
|
{
|
||||||
|
return self;
|
||||||
|
}
|
||||||
|
|
||||||
|
- (NSView *)previousValidKeyView
|
||||||
|
{
|
||||||
|
return self;
|
||||||
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
- (BOOL)acceptsFirstResponder
|
- (BOOL)acceptsFirstResponder
|
||||||
|
|
Loading…
Add table
Reference in a new issue