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

Method mouseDragged

luaExample/src/ofApp.cpp:98–100  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96
97//--------------------------------------------------------------
98void ofApp::mouseDragged(int x, int y, int button) {
99 lua.scriptMouseDragged(x, y, button);
100}
101
102//--------------------------------------------------------------
103void ofApp::mousePressed(int x, int y, int button) {

Callers

nothing calls this directly

Calls 1

scriptMouseDraggedMethod · 0.80

Tested by

no test coverage detected