IVisualPlugin::SetCurPoint

Called on the active tool when the user moves the mouse while holding a mouse button.

   

HRESULT SetCurPoint( int button, short pane, short view, float x, float y );

Parameters

button
[in] Mouse button that was pressed. Currently will always be 0.
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 y 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