NSWindowController_Extensions.h
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:0k
源码类别:
OpenGL
开发平台:
Visual C++
- //
- // NSWindowController_Extensions.h
- // celestia
- //
- // Created by Da Woon Jung on 10/1/08.
- // Copyright 2008 Celestia Development Team
- //
- #import <Cocoa/Cocoa.h>
- @interface NSWindowController (CelestiaWindowController)
- - (void)keyDown:(NSEvent *)theEvent;
- @end