vesa.h
来自「在DOS利用Watcom c++的保护模式4G内存」· C头文件 代码 · 共 13 行
H
13 行
#ifndef _VESA_
#define _VESA_
int VBE_detect(void);
short VESA_InitGraphics(int x, int y);
void VESA_EndGraphics();
void VESA_ScreenCopy(long offset, void * src, long ncopy);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?