Update Element.mapping (#2641)

This commit is contained in:
Devan-Kerman 2021-08-21 04:37:06 -05:00 committed by GitHub
parent 260577f617
commit c1602ae643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ CLASS net/minecraft/class_364 net/minecraft/client/gui/Element
ARG 3 mouseY
COMMENT the Y coordinate of the mouse
ARG 5 amount
COMMENT value is {@code > 1} if scrolled down, {@code < 1} if scrolled up
COMMENT value is {@code < 0} if scrolled down, {@code > 0} if scrolled up
METHOD method_25402 mouseClicked (DDI)Z
COMMENT Callback for when a mouse button down event
COMMENT has been captured.