📄 grap.h
字号:
#ifndef graphicsh
#define graphicsh
#include "struct.h"
int InitGraph(void);
void ResumeGraph(void);
void MakeWindow(const WINDOW window);
void ShowButton(BUTTON *button,int num);
void ShowItem(ITEMBUTTON *button,int num);
void ReShowButton(BUTTON &button);
void ReShowItem(ITEMBUTTON &button);
int BmpDisplay(char *filename,int startx,int starty,int color);
void ChineseOut(int x,int y,const char *p,int color);
void RectPrint(RECT rect,int mode,int color,char *s);
void Show3dRect(RECT rect);
void ShowHelp(const char *str[],int linenum);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -