diff options
Diffstat (limited to 'le_new/src/ofApp.h')
| -rw-r--r-- | le_new/src/ofApp.h | 5 |
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); }; |
