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

Method mouseMoved

DurationRemote/src/testApp.cpp:241–243  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

239
240//--------------------------------------------------------------
241void testApp::mouseMoved(int x, int y){
242 hoveringSeek = seekRect.inside(x, y);
243}
244
245//--------------------------------------------------------------
246void testApp::mouseDragged(int x, int y, int button){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected