readme.txt
来自「基本的DirectX + MFC 游戏工程模板」· 文本 代码 · 共 14 行
TXT
14 行
Basic DirectX + MFC game project template
When I wrote my first DirectX program, I didn't want to leave out the advantages of MFC.
So I was looking for a demo project which used both - DirectX and MFC.
Finally I have found one and I have modified it.
This project is suitable not only for games.
(Thanks to Brian Hughes)
The project contains 3 classes:
CBasicApp (derived from CWinApp)
CBasicWnd (derived from CWnd)
CGame (generic class - for the game)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?