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

Method mouseMoved

luaExample/src/ofApp.cpp:93–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

91
92//--------------------------------------------------------------
93void ofApp::mouseMoved(int x, int y) {
94 lua.scriptMouseMoved(x, y);
95}
96
97//--------------------------------------------------------------
98void ofApp::mouseDragged(int x, int y, int button) {

Callers

nothing calls this directly

Calls 1

scriptMouseMovedMethod · 0.80

Tested by

no test coverage detected