Search
Diagram.handlePointerMove Method
See Also
 

Propagates mouse input to interested manipulators.

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

 Syntax

Java  Copy Code

public CursorHint handlePointerMove (
    Point2D point
)

 Parameters

point

The current pointer position.

 Return Value

 Remarks

A member of the CursorHint enumeration.

 See Also