hide pointer

This commit is contained in:
Andrew Pamment 2023-05-21 22:18:53 +10:00
parent eda050ebfc
commit 8917268ba5

View File

@ -128,7 +128,7 @@ void DG_Init() {
strcpy(wr.name, "DOOM");
wr.width = DOOMGENERIC_RESX;
wr.height = DOOMGENERIC_RESY;
wr.flags = 0;
wr.flags = WIN_REQ_FLAG_NO_MOUSE;
wr.icon = icon;
window_handle = quinn_req_window(&wr, exit_callback);