⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 displaysettings.h

📁 The application wizard has created this SoccerDoctor application for you. This application not onl
💻 H
字号:
#ifndef _DISPLAY_SETTINGS_H_
#define _DISPLAY_SETTINGS_H_
#define MIN_PLAYER_SCALE	1.0
#define MAX_PLAYER_SCALE	5.0
#define	PLAYER_SCALE_INTERVAL	0.4
class CDisplaySettings
{
public:
	CDisplaySettings(void);
	~CDisplaySettings(void);
	bool	m_bNumber;
	bool	m_bKickmargin;
	bool	m_bViewarea;
	bool	m_bVelocity;
	bool	m_bStamina;
	bool	m_bOffsideLine;
	bool	m_bBallDetail;
	bool	m_bControlCourse;
	double	m_dPlayerScale;
private:
	void SaveSettings();
	void LoadSettings();
};

#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -