demo10_5res.h
来自「《Windows游戏编程大师技巧(第二版)》源代码」· C头文件 代码 · 共 23 行
H
23 行
// defines for icon and cursor
#define ICON_T3DX 100
#define CURSOR_CROSSHAIR 200
// defines for the top level menu FILE
#define MENU_FILE_ID_EXIT 1000
// defines for play sound top level menu
#define MENU_PLAY_ID_0 2000
#define MENU_PLAY_ID_1 2001
#define MENU_PLAY_ID_2 2002
#define MENU_PLAY_ID_3 2003
#define MENU_PLAY_ID_4 2004
#define MENU_PLAY_ID_5 2005
#define MENU_PLAY_ID_6 2006
#define MENU_PLAY_ID_7 2007
#define MENU_PLAY_ID_8 2008
#define MENU_PLAY_ID_9 2009
// defines for the top level menu HELP
#define MENU_HELP_ABOUT 3000
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?