globals.h
来自「一个复杂的画图系统」· C头文件 代码 · 共 31 行
H
31 行
/*** 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 + =
减小字号Ctrl + -
显示快捷键?