diff options
Diffstat (limited to 'le_new/src/ofApp.h')
| -rw-r--r-- | le_new/src/ofApp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/le_new/src/ofApp.h b/le_new/src/ofApp.h index 99cfbdf..8a33b96 100644 --- a/le_new/src/ofApp.h +++ b/le_new/src/ofApp.h @@ -1,6 +1,7 @@ #pragma once #include "ofMain.h" +#include "ofEvents.h" #include "ofxXmlSettings.h" #include "ofxFensterManager.h" @@ -126,6 +127,8 @@ public: void setup(); void setBuffer(ofFbo *buffer); void draw(); + void mousemoved(ofMouseEventArgs &arg); + }; class outputWindow: public ofxFenster{ |
