?? dsplcdstruct.h
字號:
#define uchar unsigned char
#define uint unsigned int
typedef struct
{
uchar Back;
uchar Front;
uchar Wide;
uchar High;
int x;
uchar y;
}Word_Inf;
//********************************************************************
typedef struct
{
uint Front;
uint Back;
uint Wide;
uint High;
int x;
int y;
int Count;
uchar *WordShape;
}Static_Line;
//*********************************************************************
typedef struct
{
uint Front;
uint Back;
uchar Wide;
uchar High;
int x;
int y;
long *DispVar;
}Var_Line;
//*******************************************************************
typedef struct
{
Static_Line StaticLine;
Var_Line VarLine;
}Line;
//*****************************************************************
typedef struct
{
uint KeyNo;
void (*Fun)();
}Page_KeyEnable;
typedef struct
{
uint Front;
uint Back;
uint Wide;
uint High;
int Count;
uchar *WordShape;
}Draw_Front;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -