Skip to content

Commit 335121e

Browse files
committed
SDL: hide the mouse cursor.
1 parent 1d1a984 commit 335121e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dirksimple_sdl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ void DirkSimple_videoformat(const char *gametitle, uint32_t width, uint32_t heig
235235
}
236236
}
237237

238+
SDL_ShowCursor(0);
238239
SDL_SetRenderDrawColor(GRenderer, 0, 0, 0, 255);
239240
SDL_RenderSetLogicalSize(GRenderer, width, height);
240241
SDL_RenderClear(GRenderer);

0 commit comments

Comments
 (0)