@vlaaad, yes it does. Tomorrow I have time again to look at it more closely (it’s still just a hobby project, so the times I can work on it aren’t very regular). I’m wondering about something related now. Can the dispatch!
function that is passed to effects as described here https://github.com/cljfx/cljfx/blob/master/examples/e18_pure_event_handling.clj be used more than once?
yes, you can use it as many times as you want
@jlmr in fact, in that example dispatch!
is always the same value as event-handler
defined on line 39
so it's just event handler
ah ok, thanks!