graphics_offsets.h
来自「一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上」· C头文件 代码 · 共 20 行
H
20 行
/* THIS FILE IS AUTOMATICALLY GENERATED */
#ifndef Graphics_transX
#define Graphics_transX 0
#define Graphics_transY 1
#define Graphics_clip 2
#define Graphics_clipped 3
#define Graphics_clipX2 4
#define Graphics_clipY2 5
#define Graphics_rgbColor 6
#define Graphics_gray 7
#define Graphics_pixel 8
#define Graphics_style 9
#define Graphics_currentFont 10
#define Graphics_maxWidth 11
#define Graphics_maxHeight 12
#define Graphics_destination 13
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?