mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-03 04:20:30 +00:00
Console Refactor
This commit is contained in:
parent
626de074cc
commit
89b0c7f73b
89 changed files with 1883 additions and 1553 deletions
|
|
@ -650,7 +650,7 @@ void PlatformWindowSDL::_processSDLEvent(SDL_Event &evt)
|
|||
_updateMonitorFromMove(evt);
|
||||
// If display device has changed, make sure window params are compatible with the new device.
|
||||
if (oldDisplay != Con::getIntVariable("pref::Video::deviceId", 0))
|
||||
Con::evaluate("configureCanvas();");
|
||||
Con::executef("configureCanvas");
|
||||
break;
|
||||
}
|
||||
case SDL_WINDOWEVENT_RESIZED:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue