From 1f017a8278cbdcf7994932330937864456949fa6 Mon Sep 17 00:00:00 2001 From: pk-2000 <63214388+pk-2000@users.noreply.github.com> Date: Fri, 3 Sep 2021 16:17:10 +0300 Subject: [PATCH] Enable cursor support visibility --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index e380250..215f4dc 100644 --- a/src/config.h +++ b/src/config.h @@ -35,6 +35,7 @@ struct Config bool winResizable; bool fullscreen; + bool showCursor; bool fixedAspectRatio; bool smoothScaling; bool vsync;