Handbook
Glossary
interpret-key-event ( view event -- )
Vocabulary
ui
.
backend
.
cocoa
.
views
Inputs
view
an
object
event
an
object
Outputs
None
Definition
USING:
alien.c-types
cocoa.classes
cocoa.messages
cocoa.runtime
kernel
;
IN:
ui.backend.cocoa.views
:
interpret-key-event
( view event -- )
NSArray
swap
{
id
{
id
SEL
id
}
}
"arrayWithObject:"
send
{
void
{
id
SEL
id
}
}
"interpretKeyEvents:"
send
;