ddr: Disable cursor during fullscreen

This commit is contained in:
QCDLZCLW3K
2022-05-30 02:00:49 +00:00
committed by 33c17f40
parent 10a2949e07
commit f9e3113ef8
+3
View File
@@ -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);
}
}