Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-146650

GuiContainer key and mouse handler methods return true even when input is not handled

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • None
    • Minecraft 1.13.2
    • None
    • Unconfirmed
    • (Unassigned)

      In 1.13.2 the key and mouse handler methods for GUIs return `true` when the input is handled, basically so the input event is "consumed" and other things don't use it.

      Most GUIs return the right value, but `GuiContainer#keyPressed` and `GuiContainer#mouseClicked` (mcp names ) always returns `true`, and so they do not report if they actually handled the input or not.

            Unassigned Unassigned
            mezz mezz
            Votes:
            3 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: