factor/basis/ui/event-loop/event-loop-docs.factor

7 lines
168 B
Factor

USING: help.markup help.syntax kernel ;
IN: ui.event-loop
HELP: event-loop?
{ $values { "?" boolean } }
{ $description { $link t } " if there are active windows." } ;