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

Method mouseReleased

luaTests/src/ofApp.cpp:69–71  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

67
68//--------------------------------------------------------------
69void ofApp::mouseReleased(int x, int y, int button) {
70 lua.scriptMouseReleased(x, y, button);
71}
72
73//--------------------------------------------------------------
74void ofApp::errorReceived(std::string& msg) {

Callers

nothing calls this directly

Calls 1

scriptMouseReleasedMethod · 0.80

Tested by

no test coverage detected