Is there an official way to do that?
At the moment I'm using the property b (it's the second one) from the
MouseEvent object,
aka
google.maps.event.addListener(poly, "mousedown", function(evt) {
alert(evt.b.which);
});
But this isn't documented and therefore can change at any time without
notice.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.