[haiku-3rdparty-dev] BGroupView mouse tracking

  • From: Barrett <b.vitruvio@xxxxxxxxx>
  • To: haiku-3rdparty-dev <haiku-3rdparty-dev@xxxxxxxxxxxxx>
  • Date: Fri, 2 Jan 2015 17:36:01 +0000

I have a BGroupView with one column, where some views are attached one per row.

For a number of reasons, i'm going to change the old selection/focus
mechanism previously handled by the childs, so i'm redefining
MouseDown/MouseMoved etc. in the BGroupView based (father) class. I
was expecting it to detect the mouse as the child class continue to
do, but for some reason it isn't happening.

Is there something i'm not considering? There's not mention of it in
the HaikuBook. It looks strange as the child continue to receive the
hook as well.

Other related posts: