Still having trouble with this; I can't find an example of how Application_MouseMoved() is actually used. I've successfully gotten other events to work, but not this one. What is the syntax, e.g., if I want to append output of the X,Y position to the output window whenever the mouse is right-clicked?
Also, it appears I have multiple Application_MouseMoved events planned. How can I clear one event, so that I can set different conditions for the next one? E.g., I may start an event, looking for certain conditions, then I want to start another event monitor, looking for different conditions.