Enable cursor support visibility

This commit is contained in:
pk-2000 2021-09-03 16:17:10 +03:00 committed by GitHub
parent 90039b50e5
commit 1f017a8278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ struct Config
bool winResizable;
bool fullscreen;
bool showCursor;
bool fixedAspectRatio;
bool smoothScaling;
bool vsync;