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

View file

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