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

Method mouseReleased

luaExample/src/ofApp.cpp:108–110  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

106
107//--------------------------------------------------------------
108void ofApp::mouseReleased(int x, int y, int button) {
109 lua.scriptMouseReleased(x, y, button);
110}
111
112//--------------------------------------------------------------
113void ofApp::windowResized(int w, int h) {

Callers

nothing calls this directly

Calls 1

scriptMouseReleasedMethod · 0.80

Tested by

no test coverage detected