q about Haiku code

Forum thread started by Remco.Johannes on Mon, 2014-06-09 15:18

What does this code does?

BBox::MouseDown(BPoint point)
{
BView::MouseDown(point);
}

When you inherrit from bview you get this automaticly right?

Remco Johannes