// // MPT_KeyEquivalentWindow.h // AUCoderDemo // // Created by Andrew Salamon on 8/22/08. // Copyright 2008 Machine Perception Laboratory, University of California San Diego.. All rights reserved. // #import /*** This class does nothing except pass calls to performKeyEquivalent: to it's delegate. * If there is no delegate or the delegate doesn't handle the event, then it is passed to NSWindow. */ @interface MPT_KeyEquivalentWindow : NSWindow { } @end