mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Update win32Window.cpp
This commit is contained in:
parent
2eb1238648
commit
6a89b2ab65
1 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,13 @@ 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