Search
ItemLabel.onPointerMove Method
See Also
 

Called when the mouse is moved while this label tracks the mouse events.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void onPointerMove (
    Point2D mousePosition
)

 Parameters

mousePosition

A java.awt.geom.Point2D instance that specifies the current mouse position.

 See Also