Search
Manipulator.onPointerDown Method
See Also
 

Called when the left mouse button is pressed while the pointer is over this manipulator.

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

 Syntax

Java  Copy Code

public void onPointerDown (
    Point2D pointerPosition
)

 Parameters

mousePosition

A Point2D instance that specifies the current mouse position.

 See Also