📄 optionsdlg.h
字号:
// This file and its source file (optionsdlg.cpp) contain all the
// callbacks and functions for the options dialog box. I do this
// to keep the code separate from the main part of the code.
#if !defined(__OptsDlg_H_)
#define __OptsDlg_H_
#include "vis_spectrum.h"
bool DoOptionsDialogThingy(winampVisModule* mod);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -