Search
MouseInputDispatcher.onMouseMove Method
See Also
 





Called when the user moves the mouse.

Namespace: MindFusion.Diagramming
File: MouseInputDispatcher.js

 Syntax

JavaScript  Copy Code

function onMouseMove (position)

 Parameters

position

Point. A point specified in diagram coordinates.

 See Also