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

Method mousePressed

luaExample/src/ofApp.cpp:103–105  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

101
102//--------------------------------------------------------------
103void ofApp::mousePressed(int x, int y, int button) {
104 lua.scriptMousePressed(x, y, button);
105}
106
107//--------------------------------------------------------------
108void ofApp::mouseReleased(int x, int y, int button) {

Callers

nothing calls this directly

Calls 1

scriptMousePressedMethod · 0.80

Tested by

no test coverage detected