Definition at line 460 of file ViewerPointCloud.h. References mMouseBtn, mMouseMoveOnDisplay, mMouseMsg, mMouseState, mMouseX, mMouseY, and OglGui::Window::MouseFunc(). Referenced by MouseFunc(). 00461 { 00462 if (msg != oglMouseMove) 00463 { 00464 trickFindInvisibleView = 1; 00465 Window::MouseFunc(msg, btn, state, x, y); 00466 trickFindInvisibleView = 0; 00467 } 00468 else 00469 { 00470 mMouseMoveOnDisplay = true; 00471 mMouseMsg = msg; 00472 mMouseBtn = btn; 00473 mMouseState = state; 00474 mMouseX = x; 00475 mMouseY = y; 00476 } 00477 }
Here is the call graph for this function:
|