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

OpenGL

开发平台:

Visual C++

  1. //
  2. //  FullScreenWindow.h
  3. //  celestia
  4. //
  5. //  Created by Da Woon Jung on Wed Jul 21 2004.
  6. //  Copyright 2005 Da Woon Jung. All rights reserved.
  7. //
  8. @interface FullScreenWindow : NSWindow
  9. - (id) initWithScreen: (NSScreen *) screen;
  10. - (void) fadeOutScreen;
  11. - (void) restoreScreen;
  12. @end