mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 13:37:22 +00:00
[client] don't hide the cursor unconditionally at startup
This commit is contained in:
parent
dacc573650
commit
8f07744c98
@ -2010,8 +2010,6 @@ static int lg_run(void)
|
|||||||
register_key_binds();
|
register_key_binds();
|
||||||
|
|
||||||
initSDLCursor();
|
initSDLCursor();
|
||||||
if (params.hideMouse)
|
|
||||||
SDL_ShowCursor(SDL_DISABLE);
|
|
||||||
|
|
||||||
// setup the startup condition
|
// setup the startup condition
|
||||||
if (!(e_startup = lgCreateEvent(false, 0)))
|
if (!(e_startup = lgCreateEvent(false, 0)))
|
||||||
|
Loading…
Reference in New Issue
Block a user