--------------------------------------------------------------
| 35 | |
| 36 | //-------------------------------------------------------------- |
| 37 | void ofApp::exit() { |
| 38 | lua.scriptExit(); |
| 39 | lua.clear(); |
| 40 | } |
| 41 | |
| 42 | //-------------------------------------------------------------- |
| 43 | void ofApp::keyPressed(int key) { |
nothing calls this directly
no test coverage detected