does anybody know if it is possible to cancel already queued selector events from the event stack or timer stack (or whatever mechanism it is that is utilized by the API) wh
Check the NSRunLoop docs. You want -cancelPerformSelectorsWithTarget:
-cancelPerformSelectorsWithTarget: