all:I have added two NSViews into the window. View A is on the top, and View B is under the A. On the View B, there are textfields, buttons, and so on. The view A is overly view, there is nothing but on imageView. When I move mouse on the View A, the mouse cursor will change to hand cursor if I mouse to the position where buttons stay at(View B). It seems that the mouse cursor passthrough from View A to B, the mouse cursor is changed by View B.Can we prevent the passthrough from A to B?Thanks very much.