CC: Tweaked

CC: Tweaked

42M Downloads

Cannot click with mouse when using off-hand pocket computer

SquidDev opened this issue ยท 0 comments

commented

Minecraft Version

1.20.x

Version

ff1e5f6

Details

Minecraft 1.20 removed support for passing mouse events from the screen back to the base game. This means we can no longer right click from inside the off-hand pocket computer UI. Note we can still move the mouse around - this only relates to clicking.

// FIXME: passEvents = true; // Pass mouse vents through to the game's mouse handler.

It's not entirely clear to me if there's a good workaround for this. I will do some more digging, but we may just need to remove this functionality.