Definition at line 67 of file ViewWithRect.h. References mRect, and OglGui::View::OnMouse(). 00068 { 00069 std::cout << "MOUSE" << std::endl; 00070 // allow Visualization::View to set the DragRect 00071 Visualization::View::OnMouse(msg, btn, state, x, y); 00072 mRect = GetPointerDragRect(); 00073 // make sure listeners receive the latest DragRect 00074 OglGui::View::OnMouse(msg, btn, state, x, y); 00075 }
Here is the call graph for this function:
|