📄 i3ocd_windows.h
字号:
// Note that OCD_WINDOWS_EXPORTS should be defined from the
// command line if we are compiling this file as part of the i3OCD DLL.
#include "OCDExport.h"
// This class is exported from the i3OCD_windows.dll
class OCD_WINDOWS_API Ci3OCD_windows {
public:
Ci3OCD_windows(void);
// TODO: add your methods here.
};
extern OCD_WINDOWS_API int ni3OCD_windows;
OCD_WINDOWS_API int fni3OCD_windows(void);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -