enable activate/deactivate cursor

This commit is contained in:
pk-2000 2020-04-08 21:29:06 +03:00 committed by GitHub
parent 179cf0f4f8
commit fda0dfda36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -157,6 +157,7 @@ void Config::read(int argc, char *argv[])
PO_DESC(printFPS, bool, false) \
PO_DESC(winResizable, bool, false) \
PO_DESC(fullscreen, bool, false) \
PO_DESC(showCursor, bool, false) \
PO_DESC(fixedAspectRatio, bool, true) \
PO_DESC(smoothScaling, bool, true) \
PO_DESC(vsync, bool, false) \