mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
no need SetDisplayDefaults
This commit is contained in:
parent
971a354ebe
commit
f1fa36fe60
1 changed files with 0 additions and 7 deletions
|
|
@ -64,13 +64,6 @@ static bool isScreenSaverRunning()
|
||||||
return sreensaver;
|
return sreensaver;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetDisplayDefaults()
|
|
||||||
{
|
|
||||||
//changes the settings of the default display device
|
|
||||||
//to the default mode
|
|
||||||
ChangeDisplaySettings(NULL, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
Win32Window::Win32Window(): mMouseLockPosition(0,0),
|
Win32Window::Win32Window(): mMouseLockPosition(0,0),
|
||||||
mShouldLockMouse(false),
|
mShouldLockMouse(false),
|
||||||
mMouseLocked(false),
|
mMouseLocked(false),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue