diff options
| author | Comment <tim@gray.(none)> | 2013-05-29 20:16:58 +0100 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2013-05-29 20:16:58 +0100 |
| commit | 3919daab84baefb846c4efc27eff9b40b9cc03db (patch) | |
| tree | 95318aaa386903969dfb734058fc35d1f927cb8f /src/testApp.h | |
| parent | a720f370fdb8a79a70a218c1d7bcb9069f50ff9d (diff) | |
looking pretty sweet
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{ |
