Skip to content

Commit cf2ee94

Browse files
authored
Correction for not showing mouse cursor with overlay (#15687)
1 parent ba1833d commit cf2ee94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

input/input_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4391,7 +4391,7 @@ static void input_overlay_enable_(bool enable)
43914391
: settings->floats.input_overlay_opacity;
43924392
bool auto_rotate = settings->bools.input_overlay_auto_rotate;
43934393
bool hide_mouse_cursor = !settings->bools.input_overlay_show_mouse_cursor
4394-
&& (input_st->flags & INP_FLAG_GRAB_MOUSE_STATE);
4394+
&& settings->bools.video_fullscreen;
43954395

43964396
if (!ol)
43974397
return;

0 commit comments

Comments
 (0)