©2009 Google -
Code Home -
Terms of Service -
Privacy Policy -
Site Directory
Google Code offered in:
English -
Español -
日本語 -
한국어 -
Português -
Pусский -
中文(简体) -
中文(繁體)

Public Member Functions | |
Events | |
| void | click (KmlMouseEvent event) |
| void | dblclick (KmlMouseEvent event) |
| void | mouseover (KmlMouseEvent event) |
| void | mousedown (KmlMouseEvent event) |
| void | mouseup (KmlMouseEvent event) |
| void | mouseout (KmlMouseEvent event) |
| void | mousemove (KmlMouseEvent event) |
| void GEEventEmitter.click | ( | KmlMouseEvent | event | ) |
Triggers an event when the user clicks a location in Google Earth with the mouse.
| void GEEventEmitter.dblclick | ( | KmlMouseEvent | event | ) |
Triggers an event when the user double clicks a location in Google Earth with the mouse.
| void GEEventEmitter.mouseover | ( | KmlMouseEvent | event | ) |
Triggers an event when the user moves the mouse pointer over a location in Google Earth.
| void GEEventEmitter.mousedown | ( | KmlMouseEvent | event | ) |
Triggers an event when the user presses the mouse button over a location in Google Earth.
| void GEEventEmitter.mouseup | ( | KmlMouseEvent | event | ) |
Triggers an event when the user releases the mouse button over a location in Google Earth.
| void GEEventEmitter.mouseout | ( | KmlMouseEvent | event | ) |
Triggers an event when the user moves the mouse off of the object in Google Earth.
| void GEEventEmitter.mousemove | ( | KmlMouseEvent | event | ) |
Triggers an event when the user moves the mouse inside Google Earth.