?? glib.h
字號:
#ifndef __GLIB_H__
#define __GLIB_H__
void Glib_Init(int depth);
void Glib_Line(int x1,int y1,int x2,int y2,int color);
void Glib_Rectangle(int x1,int y1,int x2,int y2,int color);
void Glib_FilledRectangle(int x1,int y1,int x2,int y2,int color);
void Glib_ClearScr(U8 c);
void _PutPixelMono(U32 x,U32 y,U8 c);
void _PutPixelG4(U32 x,U32 y,U8 c);
void _PutPixelG16(U32 x,U32 y,U8 c);
void _PutPixelColor(U32 x,U32 y,U8 c);
extern void (*PutPixel)(U32,U32,U8);
#endif //__GLIB_H__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -