--------------------------------------------------------------
| 57 | |
| 58 | //-------------------------------------------------------------- |
| 59 | void ofApp::exit() { |
| 60 | // call the script's exit() function |
| 61 | lua.scriptExit(); |
| 62 | |
| 63 | // clear the lua state |
| 64 | lua.clear(); |
| 65 | } |
| 66 | |
| 67 | //-------------------------------------------------------------- |
| 68 | void ofApp::keyPressed(int key) { |
nothing calls this directly
no test coverage detected