diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-05-06 00:00:49 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-05-06 00:00:49 +0100 |
| commit | 1abce0ba490896ef94cb6043dddeaf183ecab356 (patch) | |
| tree | 56a7d0a2f8a226330970b4548e1173a46be810b8 /le_new/src/ofApp.h | |
| parent | 9e42612c49059cf014e621e79c28041683430706 (diff) | |
mouse event received from preview window
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{ |
