mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 12:12:25 +01:00
- just for ultifd, alt-enter no longer touches the mouse pointer
This commit is contained in:
parent
b0abff0721
commit
a064a4a4c8
@ -423,14 +423,14 @@ void Window::toggleFullscreen() {
|
||||
if(Window::isFullScreen == true) {
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s %d] Window::isFullScreen == true [%d]\n",__FILE__,__FUNCTION__,__LINE__,handle);
|
||||
ShowWindow(handle, SW_MAXIMIZE);
|
||||
if(Window::getUseDefaultCursorOnly() == false) {
|
||||
showCursor(false);
|
||||
}
|
||||
//if(Window::getUseDefaultCursorOnly() == false) {
|
||||
// showCursor(false);
|
||||
//}
|
||||
}
|
||||
else {
|
||||
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s %d] Window::isFullScreen == false [%d]\n",__FILE__,__FUNCTION__,__LINE__,handle);
|
||||
ShowWindow(handle, SW_RESTORE);
|
||||
showCursor(true);
|
||||
//showCursor(true);
|
||||
}
|
||||
|
||||
//SDL_Surface *sf = SDL_GetVideoSurface();
|
||||
|
Loading…
x
Reference in New Issue
Block a user