IVisualPlugin::OnMouseMove

Called on the active tool when the user moves the mouse.

   

HRESULT OnMouseMove( short pane, short view, float x, float y );

Parameters

pane
[in] ID of the pane where the event originated.
view
[in] Current view direction of the pane.
x
[in] Screen x coordinate where the cursor is located. Value is relative to the pane's top-left corner.
y
[in] Screen x coordinate where the cursor is located. Value is relative to the pane's top-left corner.

Return Values

Remarks

See Also

Copyright © 2004-2010 Fragmosoft