From 718a9635cce021f20fc5876a424a887f7ec27309 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 6 May 2014 22:20:20 +0100 Subject: rebuilding gui --- le_new/src/ofApp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'le_new/src/ofApp.h') diff --git a/le_new/src/ofApp.h b/le_new/src/ofApp.h index 8a33b96..4830665 100644 --- a/le_new/src/ofApp.h +++ b/le_new/src/ofApp.h @@ -37,6 +37,8 @@ class ofApp : public ofBaseApp, public ofxMidiListener{ void dragEvent(ofDragInfo dragInfo); void dragEvent(ofDragInfo dragInfo,ofxFenster* win); + void previewMouse(int x, int y, int button); + void mousePressedEvent(ofMouseEventArgs &args); void keyPressedEvent(ofKeyEventArgs &args); void windowEvent(ofResizeEventArgs &args); @@ -123,11 +125,10 @@ public: ~previewWindow(); ofFbo *rb; ofApp *parent; - void setParent(ofApp *p); + void setParent(ofBaseApp *p); void setup(); void setBuffer(ofFbo *buffer); void draw(); - void mousemoved(ofMouseEventArgs &arg); }; -- cgit v1.2.3