mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-18 18:05:21 +00:00
Added ScreenHideShow: action
This commit is contained in:
parent
d7c4d7afbf
commit
8bcd6c180e
@ -61,6 +61,7 @@
|
||||
- (IBAction) Suspend: (id)sender;
|
||||
- (IBAction) PowerKey: (id)sender;
|
||||
- (IBAction) Restart: (id)sender;
|
||||
- (IBAction) ScreenHideShow:(NSButton *)sender;
|
||||
- (IBAction) Snapshot: (id)sender;
|
||||
- (IBAction) SpeedChange: (NSSlider *)sender;
|
||||
- (IBAction) Resume: (id)sender;
|
||||
|
@ -204,6 +204,13 @@
|
||||
[xPRAM resume];
|
||||
}
|
||||
|
||||
- (IBAction) ScreenHideShow: (NSButton *)sender;
|
||||
{
|
||||
WarningSheet(@"Nigel doesn't know how to shrink or grow this window",
|
||||
@"Maybe you can grab the source code and have a go yourself?",
|
||||
nil, win);
|
||||
}
|
||||
|
||||
- (IBAction) Snapshot: (id) sender
|
||||
{
|
||||
if ( screen == nil || uaeCreated == NO )
|
||||
@ -427,4 +434,4 @@ uint8 lastXPRAM[XPRAM_SIZE]; // Copy of PRAM
|
||||
}
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
Loading…
Reference in New Issue
Block a user