[1.21.4] ClientHooks#onMouseButtonPost
no longer called if Screen
handles mouse input.
#1945
Labels
triage
Needs triaging and confirmation
Minecraft Version: 1.21.4
NeoForge Version: 21.4.81-beta
Description of issue:
In 1.21.1, when a
Screen
handles mouse input, it would not preventClientHooks#onMouseButtonPost
from being called. However in 1.21.4, now with the removal of theScreen.wrapScreenError
and simply returning immediately on a successful Screen handle (mouse pressed or released), it no longer reaches the call in question. Dismiss if an intentional change to match vanilla behaviour.The text was updated successfully, but these errors were encountered: