mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-25 15:27:58 -05:00
ddr: Disable cursor during fullscreen
This commit is contained in:
parent
ba528488f0
commit
58d297458c
|
|
@ -225,6 +225,9 @@ static void gfx_d3d9_create_device_apply_window_mode(
|
|||
if (gfx_get_windowed()) {
|
||||
pp->Windowed = TRUE;
|
||||
pp->FullScreen_RefreshRateInHz = 0;
|
||||
} else if (pp->Windowed == FALSE) {
|
||||
/* 64bit builds show the cursor even during fullscreen */
|
||||
ShowCursor(FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user