📄 gfx.cpp
字号:
//*************************************************************************// MODULE : Gfx - Module functions and globals *// AUTHOR : Ron Chernich *// PURPOSE: This module contains all the compiler dependant primitives. *// HISTORY: *// 02-DEC-92 First (MSC/C++ 7.00) version *// 24-JAN-93 Clipping routines added *// 07-APR-93 Borland pixel addressing is relative clip origin!! *// 23-MAY-93 Explicit path removed from BC <initgraph> (Needs EGAVGA) *// 05-FEB-94 GfxFill combined into GfxRect 'cause Xlib has no support! *//*************************************************************************#include "gfx.hpp"#ifdef DOS_ENV #include "gfxdos.cpp"#endif#ifdef UNIX #include "gfxunix.cc"#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -