📄 sgltype.h
字号:
typedef struct __sglDevice
{
int Width;
int Height;
int ColorBits;
int PixelMode;
int DoubleBuffer;
int StartTime;
int EnableReshape;
int FullScreen;
int EnableColorKey;
float vLeft, vTop, vRight, vBottom;
float vWidth, vHeight;
} sglDevice;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -