summaryrefslogtreecommitdiff
path: root/gui/src/ofApp.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/src/ofApp.h')
-rw-r--r--gui/src/ofApp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h
index ceb3e41..ac6d850 100644
--- a/gui/src/ofApp.h
+++ b/gui/src/ofApp.h
@@ -10,7 +10,9 @@ class ofApp : public ofBaseApp{
public:
void setup();
void update();
+ void updateOutput(ofEventArgs & args);
void draw();
+ void drawOutput(ofEventArgs & args);
void keyPressed(ofKeyEventArgs &keyargs);
void keyReleased(int key);
@@ -21,6 +23,7 @@ class ofApp : public ofBaseApp{
void mouseEntered(int x, int y);
void mouseExited(int x, int y);
void windowResized(int w, int h);
+ void outputWindowResized(ofResizeEventArgs &resizeargs);
void dragEvent(ofDragInfo dragInfo);
void gotMessage(ofMessage msg);