Enable cursor support visibility
This commit is contained in:
parent
90039b50e5
commit
1f017a8278
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue