Handbook
Glossary
handle-mouse-scroll ( jamshred-gadget -- )
Vocabulary
jamshred
Inputs
jamshred-gadget
an
object
Outputs
None
Definition
USING:
accessors
jamshred.game
kernel
namespaces
sequences
ui.gestures
;
IN:
jamshred
:
handle-mouse-scroll
( jamshred-gadget -- )
jamshred>>
scroll-direction
get
[
first
mouse-scroll-x
]
[
second
mouse-scroll-y
]
2bi
;