devicecaps_offsets.h

来自「一个操作系统源代码 用于嵌入式设备 在Vc++环境下仿真 成功移植到多款处理器上」· C头文件 代码 · 共 15 行

H
15
字号
/* THIS FILE IS AUTOMATICALLY GENERATED */

#ifndef DeviceCaps_width
#define DeviceCaps_width                                     0
#define DeviceCaps_height                                    1
#define DeviceCaps_eraseColor                                2
#define DeviceCaps_displayDepth                              3
#define DeviceCaps_displayIsColor                            4
#define DeviceCaps_pointerSupported                          5
#define DeviceCaps_motionSupported                           6
#define DeviceCaps_repeatSupported                           7
#define DeviceCaps_isDoubleBuffered                          8
#endif

⌨️ 快捷键说明

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