Handbook
Glossary
user-input-tuple? ( object -- ? )
Vocabulary
ui
.
gestures
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
user-input-tuple
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
ui.gestures
:
user-input-tuple?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
user-input-tuple
eq?
]
[
drop
f
]
if
;