|
if (parent.mouseDragged(d, e, i, f, g))
|
|
if (parent.mouseDragged(d, e, i, f, g))
|
|
- return ClientScreenInputEvent.MOUSE_DRAGGED_PRE.invoker().mouseDragged(Minecraft.getInstance(), parent, d, e, i, f, g) != InteractionResult.PASS;
|
|
|
|
|
|
+ return ClientScreenInputEvent.MOUSE_DRAGGED_POST.invoker().mouseDragged(Minecraft.getInstance(), parent, d, e, i, f, g) != InteractionResult.PASS;
|