Open jmmk opened 9 years ago
Consider using core.async for the input queue
Input should be collected in one place (probably through the ui with re-frame since we don't have any "persistent" input like keydown and mouse-down) and handled in another (input handling system)
I should use an actual input queue instead of just a "click" queue. And when I handle each event, I will have more conditions to check