mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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;
|
||||
}
|
||||
|
||||
void SetDisplayDefaults()
|
||||
{
|
||||
//changes the settings of the default display device
|
||||
//to the default mode
|
||||
ChangeDisplaySettings(NULL, 0);
|
||||
}
|
||||
|
||||
Win32Window::Win32Window(): mMouseLockPosition(0,0),
|
||||
mShouldLockMouse(false),
|
||||
mMouseLocked(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue