Handbook
Glossary
button-up-event$ ( event window -- )
Vocabulary
x11
.
events
Inputs
event
an
object
window
an
object
Outputs
None
Definition
USING:
kernel
;
IN:
x11.events
:
button-up-event$
( event window -- )
over
mouse-scroll?
[
2drop
]
[
button-up-event
]
if
;