summaryrefslogtreecommitdiff
path: root/src/testApp.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-05-29 20:31:47 +0100
committerTim Redfern <tim@eclectronics.org>2013-05-29 20:31:47 +0100
commita9a466565cd006971de2ded0468b1d5afc4d30a2 (patch)
tree40c258299f285b209fa946abc3d1a85ca6a6248a /src/testApp.h
parentc69d358880e9a9bda92513e3f1274a0feb727c27 (diff)
parent3919daab84baefb846c4efc27eff9b40b9cc03db (diff)
m
Merge branch 'master' of eclectronics.org@eclectronics.org:kirkos
Diffstat (limited to 'src/testApp.h')
-rwxr-xr-xsrc/testApp.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/testApp.h b/src/testApp.h
index 90bc4fc..bd34832 100755
--- a/src/testApp.h
+++ b/src/testApp.h
@@ -114,6 +114,10 @@ public:
void setParent(testApp *p);
void draw();
void dragEvent(ofDragInfo dragInfo,ofxFenster* win);
+ void mouseDragged(int x, int y, int button);
+ void mousePressed(int x, int y, int button);
+ void mouseReleased(int x, int y, int button);
+ float drawStartTime;
};
class guiWindow: public ofxFensterListener{