📄 scorelistwnd.h
字号:
#ifndef _SCORELISTWND_H_
#define _SCORELISTWND_H_
#include "CommonDef.h"
typedef struct _RussDmdApp RussDmdApp;
typedef struct _ScoreListWnd ScoreListWnd;
struct _ScoreListWnd
{
RussDmdApp* pMe;
IImage * m_pimage;
AECHAR * m_pszText;
boolean m_bAddToList;
int m_nStepH;
int32 scorelist[MAX_LIST_LENGTH];
};
boolean ScoreListWnd_New(ScoreListWnd *pthis, RussDmdApp* pMe);
boolean ScoreListWnd_Open(ScoreListWnd *pthis);
void ScoreListWnd_Close(ScoreListWnd *pthis);
boolean ScoreListWnd_HandleEvent(ScoreListWnd* pthis, AEEEvent eCode, uint16 wParam, uint32 dwParam);
void ScoreListWnd_Free(ScoreListWnd* pthis);
boolean ScoreListWnd_AddToList(ScoreListWnd* pthis, int32 score);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -