--------------------------------------------------------------
| 96 | |
| 97 | //-------------------------------------------------------------- |
| 98 | void ofApp::mouseDragged(int x, int y, int button) { |
| 99 | lua.scriptMouseDragged(x, y, button); |
| 100 | } |
| 101 | |
| 102 | //-------------------------------------------------------------- |
| 103 | void ofApp::mousePressed(int x, int y, int button) { |
nothing calls this directly
no test coverage detected