diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-05-29 20:31:47 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-05-29 20:31:47 +0100 |
| commit | a9a466565cd006971de2ded0468b1d5afc4d30a2 (patch) | |
| tree | 40c258299f285b209fa946abc3d1a85ca6a6248a /src/testApp.h | |
| parent | c69d358880e9a9bda92513e3f1274a0feb727c27 (diff) | |
| parent | 3919daab84baefb846c4efc27eff9b40b9cc03db (diff) | |
m
Merge branch 'master' of eclectronics.org@eclectronics.org:kirkos
Diffstat (limited to 'src/testApp.h')
| -rwxr-xr-x | src/testApp.h | 4 |
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{ |
