Cursor visibility

Set default cursor visibility to false
- if a game has a script like Super Simple Mouse System of Shaz the cursor will become visible even if the mkxp.conf setting is set to false.
This commit is contained in:
pk-2000 2021-09-03 16:14:57 +03:00 committed by GitHub
parent 48033fbaf6
commit 90039b50e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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