bluecadet / Cinder-BluecadetViews

Scene graph Cinder block with touch management and various tools for UI dev
MIT License
11 stars 3 forks source link

remove const from handleEvent functions #71

Closed Swiley closed 7 years ago

Swiley commented 7 years ago

There is a discussion somewhere on Github (candy to whoever can find it) - where we wanted to be able to call event.stopPropagation(); throughout the app.

From what I recall, there was no strong reason to have it pass a const. Let me know if you think of any reason we shouldn't do this.

benjaminbojko commented 7 years ago

Thanks for the PR, I think this makes sense!