--------------------------------------------------------------
| 67 | |
| 68 | //-------------------------------------------------------------- |
| 69 | void ofApp::mouseReleased(int x, int y, int button) { |
| 70 | lua.scriptMouseReleased(x, y, button); |
| 71 | } |
| 72 | |
| 73 | //-------------------------------------------------------------- |
| 74 | void ofApp::errorReceived(std::string& msg) { |
nothing calls this directly
no test coverage detected