📄 visual.h.bak
字号:
#ifndef VISUAL_H
#define VISUAL_H
#include "bitmap.h"
#include "stdint.h"
#include "lists.h"
typedef struct visTCustomList
{
xTBitmap *pxBitmap;
xTStringList *pxItems;
i32 lItemIndex;
u32 ulWindowStart;
u32 ulWindowBuffer;
xTFont *pxFont;
u16 uiColorFont;
u16 uiColorBackground;
u16 uiColorHlFont;
u16 uiColorHlBackground;
u32 ulWindowSize;
xTRectangle xRectangle;
}visTCustomList;
void wvisCustomListInit (visTCustomList *pxList);
void wvisCustomListRefresh (visTCustomList *pxList);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -