--------------------------------------------------------------
| 260 | |
| 261 | //-------------------------------------------------------------- |
| 262 | void testApp::mouseReleased(int x, int y, int button){ |
| 263 | draggingSeek = false; |
| 264 | } |
| 265 | |
| 266 | //-------------------------------------------------------------- |
| 267 | void testApp::windowResized(int w, int h){ |
nothing calls this directly
no outgoing calls
no test coverage detected