--------------------------------------------------------------
| 239 | |
| 240 | //-------------------------------------------------------------- |
| 241 | void testApp::mouseMoved(int x, int y){ |
| 242 | hoveringSeek = seekRect.inside(x, y); |
| 243 | } |
| 244 | |
| 245 | //-------------------------------------------------------------- |
| 246 | void testApp::mouseDragged(int x, int y, int button){ |
nothing calls this directly
no outgoing calls
no test coverage detected