--------------------------------------------------------------
| 91 | |
| 92 | //-------------------------------------------------------------- |
| 93 | void ofApp::mouseMoved(int x, int y) { |
| 94 | lua.scriptMouseMoved(x, y); |
| 95 | } |
| 96 | |
| 97 | //-------------------------------------------------------------- |
| 98 | void ofApp::mouseDragged(int x, int y, int button) { |
nothing calls this directly
no test coverage detected