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.