📄 ezwin.h
字号:
//**************************************************************************//// Copyright (c) 1997.// Richard D. Irwin, Inc.//// This software may not be distributed further without permission from// Richard D. Irwin, Inc.//// This software is distributed WITHOUT ANY WARRANTY. No claims are made// as to its functionality or purpose.//// Author: Devon Lockwood// Date: 1/30/97// $Revision: 1.1 $// $Name: $////**************************************************************************/* EzWindows Library Header File FILE: ezwin.h AUTHOR: Devon Lockwood Time-stamp: <96/11/27 01:49:41 dcl3a> Description =========== The following file is the general header used to include the SimpleWindow class and the classes that work together with it to provide windows.*/#ifndef EZWIN_H#define EZWIN_H#include <assert.h>#include "WindowManager.h"#include "uniform.h"#undef Status#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -