MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / mousePressed

Method mousePressed

DurationRemote/src/testApp.cpp:257–259  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

255
256//--------------------------------------------------------------
257void testApp::mousePressed(int x, int y, int button){
258 draggingSeek = seekRect.inside(x, y);
259}
260
261//--------------------------------------------------------------
262void testApp::mouseReleased(int x, int y, int button){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected