(citrus-default-handler reconciler events)
Implements Citrus' default event handling (as of 3.2.3).
This function can be copied into your project and adapted to your needs.
events
is expected to be a list of events (tuples):
[ctrl event-key event-args]
Implements Citrus' default event handling (as of 3.2.3). This function can be copied into your project and adapted to your needs. `events` is expected to be a list of events (tuples): [ctrl event-key event-args]
(broadcast! this event args)
(broadcast-sync! this event args)
(dispatch! this controller event args)
(dispatch-sync! this controller event args)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close