📄 extosdlib1.h
字号:
// We need this file to be included in extOsdLib.h
// because it is different between library and application
// Tile support (to get TILE_SUPPORT value)
#include "OSDFILES\GENFILES\osd_CDAT.H"
// if old WB is being used, we must support tiles
#ifndef TILE_SUPPORT
#define TILE_SUPPORT 1
#endif
// GetActionOperand must not has ability to modify pointer
// to the ActionOperand from the application layer
#define GetActionOperand GetActionOperandUnmodified
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -