Implemented mouse centering and hiding in game #384
|
@ -198,6 +198,7 @@ namespace SHADE
|
|||
|
||||
void SHWindow::SetMouseVisible(bool show)
|
||||
{
|
||||
while(GetMouseVisible() != show)
|
||||
ShowCursor(show);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue