--------------------------------------------------------------
| 106 | |
| 107 | //-------------------------------------------------------------- |
| 108 | void ofApp::mouseReleased(int x, int y, int button) { |
| 109 | lua.scriptMouseReleased(x, y, button); |
| 110 | } |
| 111 | |
| 112 | //-------------------------------------------------------------- |
| 113 | void ofApp::windowResized(int w, int h) { |
nothing calls this directly
no test coverage detected