Document scrolling parameters. (#1399)

* Document scrolling parameters.

Sideways scrolling is actually tracked!

* Update mappings/net/minecraft/client/Mouse.mapping

Co-authored-by: Yanis48 <doublecraft.official@gmail.com>

Co-authored-by: Yanis48 <doublecraft.official@gmail.com>
This commit is contained in:
i509VCB 2020-05-28 13:41:32 -07:00 committed by GitHub
parent 3eb1bca898
commit 21793c91ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -19,7 +19,13 @@ CLASS net/minecraft/class_312 net/minecraft/client/Mouse
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1598 onMouseScroll (JDD)V
COMMENT Called when a mouse is used to scroll.
ARG 1 window
COMMENT the window handle
ARG 3 horizontal
COMMENT the horizontal scroll distance
ARG 5 vertical
COMMENT the vertical scroll distance
METHOD method_1599 onResolutionChanged ()V
METHOD method_1600 onCursorPos (JDD)V
ARG 1 window