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

Method setup

luaTests/src/ofApp.cpp:14–24  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

12
13//--------------------------------------------------------------
14void ofApp::setup() {
15
16 ofSetVerticalSync(true);
17 ofSetFrameRate(30);
18 ofSetLogLevel("ofxLua", OF_LOG_VERBOSE);
19
20 lua.init(true);
21 lua.addListener(this);
22 runTests();
23 loadScript();
24}
25
26//--------------------------------------------------------------
27void ofApp::update() {

Callers

nothing calls this directly

Calls 2

initMethod · 0.80
addListenerMethod · 0.80

Tested by

no test coverage detected