Remove support for clicking in off-hand pocket computers

This was broken/commented out already as part of the 1.20 update. I
don't think this is really going to be easy to add back without a lot of
reflection, so going to remove this feature instead.

Closes #1471.
This commit is contained in:
Jonathan Coates 2023-06-17 11:41:57 +01:00
parent fd1f6dda32
commit c45fc94752
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ public T getMenu() {
@Override
protected void init() {
// FIXME: passEvents = true; // Pass mouse vents through to the game's mouse handler.
// First ensure we're still grabbing the mouse, so the user can look around. Then reset bits of state that
// grabbing unsets.
minecraft.mouseHandler.grabMouse();