trapstub.c
来自「Microsoft MS-DOS6.0 完整源代码」· C语言 代码 · 共 25 行
C
25 行
/*
COW : Character Oriented Windows
trapstub.c : stub for mouse trap
(included for development hook)
(this module should not be included in any final versions)
*/
#define COW
#include <cow.h>
#include <udialog.h>
#ifdef DEBUG
BOOL FARPUBLIC
FTrapMouseRbutton()
{
return FALSE; /* ignore */
}
#endif /*DEBUG*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?