how could I do that? I want to catch these events and see what's going on in my whole application. Must I subclass UIApplication for that?
UIControl calls this method when an event occurs. It seems like if I subclass UIControl, there won't be a point where I could stick my nose deeper into the details of an event. I can just specify those event mitmasks and call some selector with (id)sender parameter, but with that, I won't see for example the touch coordinates or anything like that.