⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 visual.h.bak

📁 An complete pmp solution for mattel juicebox player. Using crossworks for arm.
💻 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 + -