📄 game.hrh
字号:
// <INSERTCOPYRIGHT>
// Game.hrh
//
#ifndef _GAME_HRH_
#define _GAME_HRH_
/** \file Game.hrh
enums for resource ids
*/
/** Menu items and Cba buttons */
enum TGameMenuCommands
{
ECmdStartGame=101, ///< Start a new game
ECmdContinueGame=102, ///< Continue a paused or level complete game
ECmdCancelGame=103, ///< Cancel a paused or level complete game
ECmdHelp=104, ///< Show a dialog describing game keys
ECmdAbout=105, ///< Tell people who wrote the game
ECmdLaunchLogApp=106, ///< Launch the log app (standard command in tools menu)
ECmdIRListen=107 ///< IR recieve (standard command in tools menu)
};
/** Dialog Items */
enum TGameDialogItems
{
EHighScoreNameControlId ///< Text control for name entry
};
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -