ftp.nice.ch/Attic/openStep/games/NeXTGo.3.0.m.NIS.bs.tgz#/NeXTGo/Source/GoWindow.m

This is GoWindow.m in view mode; [Download] [Up]

#import "GoWindow.h"
#import "GoApp.h"

@implementation GoWindow

- (void)keyDown:(NSEvent *)theEvent  {
	if([ControlPanel isVisible]) {
		[ControlPanel makeKeyAndOrderFront:self];
		[ControlPanel sendEvent:theEvent];
		[NSApp setCommandSender:self];
		return;
	}
	else 
		[super keyDown:theEvent];
}

@end

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.