Is it possible to use multiple callbacks in the WindowButtonMotionFcn?
问题 I created a class which adds functionality to a figure on construction. This class creates a listener for the WindowMouseMotion event; however, to get this event to fire I had to add a dummy callback function for the figure's WindowButtonMotionFcn property. I first check if this property is already populated. If it isn't then I set it to a dummy callback function that does nothing. Instead of checking if the property is already set or not, can I simply add this dummy callback to any existing