Smarter system for event listening
shibco opened this issue · 0 comments
shibco commented
windows.js
handles all of the event listening / responding between main
and renderer
. This works, but it’s very clunky right now.
I think I can simplify this so that events are passed with a standard pattern rather than generating tens of action-specific functions.