A library I am using (luigi) also hooks into the love io events and passes events it doesn't use to the regular love.mousepressed (for example)
Couldn't figure out what they did by reading the source so here I am.
I don't want to call a whole list of different things in each io event callback function.