Search
Manipulator.onPointerUp Method
See Also
 

Called when the left mouse button is released while this manipulator tracks the mouse events.

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

 Syntax

Java  Copy Code

public void onPointerUp (
    Point2D pointerPosition
)

 Parameters

mousePosition

A Point2D instance that specifies the current mouse position.

 See Also