donotturnoff / aerend

My third year project
0 stars 0 forks source link

Consider moving event dispatcher code #193

Open donotturnoff opened 2 years ago

donotturnoff commented 2 years ago

After removing event queues and the main event dispatcher thread, the EventDispatcher class is very sparse and could possibly be merged with the input handler code --- though maybe not, as events may come from other things in future, so it wouldn't make semantic sense to make it part of the input subsystem. Maybe just make the methods into static functions?