summaryrefslogtreecommitdiff
path: root/le_new/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-05-06 00:00:49 +0100
committerTim Redfern <tim@eclectronics.org>2014-05-06 00:00:49 +0100
commit1abce0ba490896ef94cb6043dddeaf183ecab356 (patch)
tree56a7d0a2f8a226330970b4548e1173a46be810b8 /le_new/src/ofApp.h
parent9e42612c49059cf014e621e79c28041683430706 (diff)
mouse event received from preview window
Diffstat (limited to 'le_new/src/ofApp.h')
-rw-r--r--le_new/src/ofApp.h3
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{