📄 directxapp.h
字号:
// DirectXApp.h: interface for the DirectXApp class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_DirectXAPP_H__A4754641_A88A_11D5_BD53_0050BAE96245__INCLUDED_)
#define AFX_DirectXAPP_H__A4754641_A88A_11D5_BD53_0050BAE96245__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class DirectXApp : public CWinApp
{
public:
BOOL InitInstance();
DirectXApp();
virtual ~DirectXApp();
};
#endif // !defined(AFX_DirectXAPP_H__A4754641_A88A_11D5_BD53_0050BAE96245__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -