DroidDiagram 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,
    MotionEvent e
)

 Parameters

mousePosition

A Point instance that specifies the mouse pointer position.

e

The corresponding system MotionEvent object.

 See Also

Interaction Members
Interaction Class
com.mindfusion.diagramming Namespace