📄 kouleswin.h
字号:
#ifndef KOULESWIN_H
#define KOULESWIN_H
#include "DirectDrawWin.h"
#define TIMER 10
class KoulesWin : public DirectDrawWin
{
public:
int m_fps;
DWORD m_pc;
void DrawFPS(CDC * pDC);
DWORD m_tc;
KoulesWin();
protected:
//{{AFX_MSG(KoulesWin)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnAppExit();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
int SelectInitialDisplayMode();
BOOL CreateCustomSurfaces();
void DrawScene();
void RestoreSurfaces();
BOOL m_key[4];//uslr
private:
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -