From 1abce0ba490896ef94cb6043dddeaf183ecab356 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 6 May 2014 00:00:49 +0100 Subject: mouse event received from preview window --- le_new/src/ofApp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'le_new/src/ofApp.h') 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{ -- cgit v1.2.3