I have a problem. I want to be able to instanciate more than one Seadragon Viewer objects on the same page. All is fine, except that I have written event handler (like click, mousemouse, etc) and I want them to be generic.
However, it seems that there is no way to know on what Seadragon viewer the event is called. For example, all the jQuery events can call the "this" to refer to the element on which the event was trigger. The only way I found so far is to declare my Seadragon viewers as Global Variables, which is not super elegant...
Is there a "this" equivalent for the Seadragon Events?