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

📄 yyxsys1.h

📁 DOS下的图形界面开发包
💻 H
字号:
#ifndef __YYXSYS1_H
#define __YYXSYS1_H

#include "yyxsys.h"

#include "yyxmsg.h"

#define RIGHT 2
#define LEFT  0
#define UP    1
#define DOWN  3

void get_title_hotkey(char *title_hotkey,byte& hotkey);
void draw_hotkey(char *title,byte hotkey,int title_pos_x,int title_pos_y);
void draw_out_button (Rect therect);
void draw_in_button (Rect therect);
void draw_win_frame_rect (const Rect& therect );
void  draw_win_frame_rect_and_others(Rect& Arect,char *title,
		int color1,int color2 );
void draw_arrow( int left, int top, int right, int bottom, int direct,int color );


#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -