summaryrefslogtreecommitdiff
path: root/le_new/src/ofApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2014-05-06 22:20:20 +0100
committerTim Redfern <tim@eclectronics.org>2014-05-06 22:20:20 +0100
commit718a9635cce021f20fc5876a424a887f7ec27309 (patch)
tree67854852aa0896520a1d7405e78bf2fdcbd40ceb /le_new/src/ofApp.h
parent1abce0ba490896ef94cb6043dddeaf183ecab356 (diff)
rebuilding gui
Diffstat (limited to 'le_new/src/ofApp.h')
-rw-r--r--le_new/src/ofApp.h5
1 files changed, 3 insertions, 2 deletions
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);
};