mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
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:
committed by
Ethan Lee
parent
5afba66d2e
commit
03a4c3362a
@@ -124,6 +124,7 @@ Graphics::Graphics()
|
||||
warprect = SDL_Rect();
|
||||
|
||||
translucentroomname = false;
|
||||
showmousecursor = true;
|
||||
}
|
||||
|
||||
Graphics::~Graphics()
|
||||
|
||||
Reference in New Issue
Block a user