--------------------------------------------------------------
| 101 | |
| 102 | //-------------------------------------------------------------- |
| 103 | void ofApp::mousePressed(int x, int y, int button) { |
| 104 | lua.scriptMousePressed(x, y, button); |
| 105 | } |
| 106 | |
| 107 | //-------------------------------------------------------------- |
| 108 | void ofApp::mouseReleased(int x, int y, int button) { |
nothing calls this directly
no test coverage detected