From b0d54aadaf9dfb3b2f14974f55b3a725619ea445 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Thu, 31 Aug 2017 00:34:32 +0100 Subject: correct window scale --- gui/src/ofApp.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gui/src/ofApp.h') 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); -- cgit v1.2.3