diff options
| author | Tim Redfern <tim@eclectronics.org> | 2012-07-11 14:41:29 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2012-07-11 14:41:29 +0100 |
| commit | 71530320457254d8b1f311e57b172a1680c017ce (patch) | |
| tree | 830c4b9c047dbb8282be0301cd922c529540836a /src/testApp.h | |
| parent | 68535d4cfc77942e5979a2500f2981332fddaafc (diff) | |
Diffstat (limited to 'src/testApp.h')
| -rw-r--r-- | src/testApp.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/testApp.h b/src/testApp.h index 98c4527..b8066e0 100644 --- a/src/testApp.h +++ b/src/testApp.h @@ -25,7 +25,7 @@ class testApp : public ofBaseApp{ ofxUDPManager udpConnection; ofCamera camera; - + map<string,obtsDevice> devices; ofImage bgimg; @@ -33,11 +33,14 @@ class testApp : public ofBaseApp{ ofColor *cols; ofImage *icons; - + string message; float messageTime; - + bool showFps; + int dragStartX,dragStartY; + float dragSavedX,dragSavedY,dragOffsX,dragOffsY; + }; |
