ScrollViewBy
fWindow->ScrollViewBy(fCurrentView, dh, dv);
void ScrollViewBy(View* view, int32 dx, int32 dy);
fClickedWindow->ScrollViewBy(fScrollingView, -dx, -dy);
void ScrollViewBy(ViewLayer* view, int32 dx, int32 dy);