BeMDI SDK

  CMDIMouseAction

CMDIMouseAction::HandleMouseMove
Handles a mouse move event.
virtual void HandleMouseMove(BPoint point, BPoint screenPoint, float dx, float dy);


Remarks
The action taken depends on the current 'mouseAction'. If the target is moved it calls MoveTargetBy, if the target is resized it calls ResizeTargetTo. The resize operation respects the size limits set for the MDI view.

  Top


© 2000 by 3rd-evolution