Can’t seem to find Corona api that checks whether an object has an event listener. Is there one? If not, how to check an image has an event listener?
We add an event listener to a table called image typically like this:
image.button:addEventListener( “tap”, onTap )