home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1995 August
/
NEBULA.mdf
/
SourceCode
/
Starter
/
Source
/
CommandView.m
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-09-17
|
233 b
|
14 lines
#import "CommandView.h"
#import "Controller.h"
@implementation CommandView
- (BOOL)performKeyEquivalent:(NXEvent *)theEvent
{
return [[NXApp delegate] getInspectorPanelWithScreen:
(theEvent->data.key.charCode)-'1'];
}
@end