MCPcopy Create free account
hub / github.com/danomatika/ofxLua / exit

Method exit

luaTests/src/ofApp.cpp:37–40  ·  view source on GitHub ↗

--------------------------------------------------------------

Source from the content-addressed store, hash-verified

35
36//--------------------------------------------------------------
37void ofApp::exit() {
38 lua.scriptExit();
39 lua.clear();
40}
41
42//--------------------------------------------------------------
43void ofApp::keyPressed(int key) {

Callers

nothing calls this directly

Calls 2

scriptExitMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected