mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
void PlatformWindow::setVideoMode(const GFXVideoMode &mode)
{
_setVideoMode(mode);
getScreenResChangeSignal().trigger(this, true);
}
allowing the resize trigger to go off, as well as any other shared functionality we want to slim the per-implementation specs down to later down the line
|
||
|---|---|---|
| .. | ||
| dedicated | ||
| mac | ||
| sdl | ||
| test | ||
| win32 | ||
| platformCursorController.cpp | ||
| platformCursorController.h | ||
| platformInterface.cpp | ||
| platformWindow.cpp | ||
| platformWindow.h | ||
| platformWindowMgr.h | ||
| windowInputGenerator.cpp | ||
| windowInputGenerator.h | ||