yyxsys1.h

来自「DOS下的图形界面开发包」· C头文件 代码 · 共 25 行

H
25
字号
#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 + =
减小字号Ctrl + -
显示快捷键?