NSWindowController_Extensions.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //
  2. //  NSWindowController_Extensions.h
  3. //  celestia
  4. //
  5. //  Created by Da Woon Jung on 10/1/08.
  6. //  Copyright 2008 Celestia Development Team
  7. //
  8. #import <Cocoa/Cocoa.h>
  9. @interface NSWindowController (CelestiaWindowController)
  10. - (void)keyDown:(NSEvent *)theEvent;
  11. @end