enable activate/deactivate cursor
This commit is contained in:
parent
179cf0f4f8
commit
fda0dfda36
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue