Docs: add mouseup event to interactive layer (#5941)

This commit is contained in:
germansokolov13 2017-11-28 11:20:11 +03:00 committed by Iván Sánchez Ortega
parent 30d7b8997d
commit 623fa6161e

View File

@ -23,6 +23,9 @@ Fired when the user double-clicks (or double-taps) the layer.
@event mousedown: MouseEvent
Fired when the user pushes the mouse button on the layer.
@event mouseup: MouseEvent
Fired when the user releases the mouse button pushed on the layer.
@event mouseover: MouseEvent
Fired when the mouse enters the layer.