--------------------------------------------------------------
| 255 | |
| 256 | //-------------------------------------------------------------- |
| 257 | void testApp::mousePressed(int x, int y, int button){ |
| 258 | draggingSeek = seekRect.inside(x, y); |
| 259 | } |
| 260 | |
| 261 | //-------------------------------------------------------------- |
| 262 | void testApp::mouseReleased(int x, int y, int button){ |
nothing calls this directly
no outgoing calls
no test coverage detected