Torque3D/Engine/source/windowManager/mac
AzaezelX 9b2c189929 conforms platformWindow<implementations> to use _setVideoMode internals so that those are called by
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
2019-11-06 22:24:12 -06:00
..
macCursorController.h
macCursorController.mm
macView.h
macView.mm
macWindow.h conforms platformWindow<implementations> to use _setVideoMode internals so that those are called by 2019-11-06 22:24:12 -06:00
macWindow.mm conforms platformWindow<implementations> to use _setVideoMode internals so that those are called by 2019-11-06 22:24:12 -06:00
macWindowManager.h
macWindowManager.mm