optionsdlg.h
来自「mp3 频谱分析源码, mp3播放器开发必备源码,」· C头文件 代码 · 共 12 行
H
12 行
// 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 + =
减小字号Ctrl + -
显示快捷键?