Whether the object can become the first responder.
Optional
nextThe next responder in the responder chain.
Attempts to call the specified method on the object, passing the call on to the next responder if this object doesn't implement it.
The name of the method to call
Any parameters to pass to the method
Whether a responder was able to respond to the method
Checks whether the passed object can become the first responder from the specified event.
The object to check
The event that was sent
Whether the object is allowed to be the first responder
The CCResponder class handles receiving events from the application. Any object that wants to receive events must extend from CCResponder.