mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
check only happens when a controller is connected
This commit is contained in:
parent
434d04eca7
commit
17eb80c685
|
|
@ -845,7 +845,7 @@ void UIController::tickInput()
|
|||
break;
|
||||
}
|
||||
}
|
||||
if (hitObject != IGGY_FOCUS_NULL && hitObject != currentFocus)
|
||||
if (hitObject != currentFocus && (hitObject != IGGY_FOCUS_NULL || !Win64_IsControllerConnected()))
|
||||
{
|
||||
IggyPlayerSetFocusRS(movie, hitObject, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue