MindFusion.Java Package Programmer's Guide
Interaction.pointerMove Method
See Also
 






Invoked when the pointer moves.

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

 Syntax

Java  Copy Code

protected void pointerMove (
    Point pointerPosition,
    MouseEvent e
)

 Parameters

mousePosition

A Point instance that specifies the mouse pointer position.

e

The corresponding system MouseEvent object.

 See Also

Interaction Members
Interaction Class
com.mindfusion.diagramming Namespace