CMGDK r49-rc2
|
组合类型 | |
struct | Window |
struct | VideoMode |
struct | GameCanvas |
枚举 | |
enum | CanvasStretch { csNone = 0, csEuploid, csCorrectAspectRatio, csFull, csEnd } |
函数 | |
bool | ChangeToWindow (const Window &, const GameCanvas &) |
设置到窗口模式 | |
bool | ResizeWindow (int, int) |
调整窗口大小 | |
bool | ChangeToFullScreen (const VideoMode &, const GameCanvas &) |
设置到全屏模式 | |
void | RestartVideoMode () |
恢复到最初的显示模式 |
平台相关专用名字空间
bool hgl::platform::ChangeToFullScreen | ( | const VideoMode & | , |
const GameCanvas & | |||
) |
设置到全屏模式
bool hgl::platform::ChangeToWindow | ( | const Window & | , |
const GameCanvas & | |||
) |
设置到窗口模式
bool hgl::platform::ResizeWindow | ( | int | , |
int | |||
) |
调整窗口大小
void hgl::platform::RestartVideoMode | ( | ) |
恢复到最初的显示模式