alpha.h

来自「brew平台alpha透明算法的实现」· C头文件 代码 · 共 23 行

H
23
字号
#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 + =
减小字号Ctrl + -
显示快捷键?