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

📄 globals.h

📁 一个复杂的画图系统
💻 H
字号:
/*** file name:	globals.h*/#ifndef _GLOBALS_H_#define _GLOBALS_H_#define LBUTTONUP		0#define LBUTTONDOWN		1#define TOOL_PICK                    0#define TOOL_LINE                    1#define TOOL_RECTANGLE               2#define TOOL_POLYGON                 3#define TOOL_ELLIPSE                 4#define TOOL_BEZIER_CURVE            5
#define TOOL_AREA_FILLING            6
#define TOOL_CLIPPING                7
#define TOOL_BRUSH                   8 
#define TOOL_PEN                     9
#define TOOL_TEXT                    10
#define TOOL_RECT_SEL                11
#define TOOL_IRRE_SEL                12
#define TOOL_COPY                    13   
#define TOOL_PASTE                   14
#define TOOL_CYCLE                   15
#define TOOL_MIRROR                  16 
#define TOOL_MOVE                    17 
#define ID_TOOL_LESBS                32800#endif

⌨️ 快捷键说明

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