📄 alpha.h
字号:
#ifndef _ALPHA_H
#define _ALPHA_H
#define APPLETCLASS alpha
/*-------------------------------------------------------------------
Applet structure. All variables in here are reference via "pMe->" MAX
-------------------------------------------------------------------*/
typedef struct _alpha {
AEEApplet a ; // First element of this structure must be AEEApplet
AEEDeviceInfo DeviceInfo; // always have access to the hardware device information
IDisplay *pIDisplay; // give a standard way to access the Display interface
IShell *pIShell; // give a standard way to access the Shell interface
// add your own variables here...
} alpha;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -