mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Removed ClipCursor which prevented cursor from leaving client window.
Disabled cursor being re-centered during progress screen.
This commit is contained in:
@ -1286,6 +1286,8 @@ void plClient::IIncProgress (hsScalar byHowMuch, const char * text)
|
||||
//============================================================================
|
||||
void plClient::IStartProgress( const char *title, hsScalar len )
|
||||
{
|
||||
plInputManager::SetRecenterMouse(false);
|
||||
|
||||
if (fProgressBar)
|
||||
{
|
||||
fProgressBar->SetLength(fProgressBar->GetMax()+len);
|
||||
@ -2191,7 +2193,6 @@ void plClient::ResetDisplayDevice(int Width, int Height, int ColorDepth, hsBool
|
||||
else
|
||||
{
|
||||
SetWindowPos( fWindowHndl, HWND_TOP, 0, 0, Width, Height, flags );
|
||||
::ClipCursor(nil);
|
||||
}
|
||||
|
||||
WindowActivate(true);
|
||||
|
Reference in New Issue
Block a user