hide pointer
This commit is contained in:
parent
eda050ebfc
commit
8917268ba5
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user