Add graphics option to toggle mouse cursor

Adds an option to show or hide the system mouse cursor over the game window.
This commit is contained in:
Allison Fleischer
2020-01-28 23:17:13 -08:00
committed by Ethan Lee
parent 5afba66d2e
commit 03a4c3362a
5 changed files with 47 additions and 2 deletions

View File

@@ -124,6 +124,7 @@ Graphics::Graphics()
warprect = SDL_Rect();
translucentroomname = false;
showmousecursor = true;
}
Graphics::~Graphics()