fix: Element charTyped int parameter name (#2007)

This commit is contained in:
Franck V 2021-02-02 18:52:37 +01:00 committed by GitHub
parent 9ec408a4c9
commit 0613b07fe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ CLASS net/minecraft/class_364 net/minecraft/client/gui/Element
COMMENT @see org.lwjgl.glfw.GLFWKeyCallbackI#invoke(long, int, int, int, int)
ARG 1 chr
COMMENT the captured character
ARG 2 keyCode
COMMENT the associated key code
ARG 2 modifiers
COMMENT a GLFW bitfield describing the modifier keys that are held down (see <a href="https://www.glfw.org/docs/3.3/group__mods.html">GLFW Modifier key flags</a>)
METHOD method_25401 mouseScrolled (DDD)Z
COMMENT Callback for when a mouse button scroll event
COMMENT has been captured.