diff options
| author | tim <tim@eclectronics.org> | 2017-04-12 00:47:58 +0100 |
|---|---|---|
| committer | tim <tim@eclectronics.org> | 2017-04-12 00:47:58 +0100 |
| commit | 9bb9557c8cf72c19cf536d7eed7d5da4c66498d2 (patch) | |
| tree | c6129118e0ad9079ce48598cb8db2e0508f6763f /menuApp/src/ofApp.h | |
| parent | 427021b647130c7155cd16190b89304820e0cc7a (diff) | |
screen grab to folder
Diffstat (limited to 'menuApp/src/ofApp.h')
| -rw-r--r-- | menuApp/src/ofApp.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/menuApp/src/ofApp.h b/menuApp/src/ofApp.h index 1c1f747..c9a9892 100644 --- a/menuApp/src/ofApp.h +++ b/menuApp/src/ofApp.h @@ -11,6 +11,7 @@ #define FONTSPACING FONTSIZE*2.3 // 30 #define POLL_INTERVAL 60.0 #define MENUTAG "#hangdai" +#define SCREENGRABFILEPATH "../../../../../../../../home/tim/Dropbox/menugrab/menu.png" class menuItem { public: @@ -48,7 +49,10 @@ class ofApp : public ofBaseApp{ ofxThreadedImageLoader getImages; std::string menutag; - void loadInstagramFeed(); + bool loadInstagramFeed(); + + bool isGrabbed; + bool primed; //this is a weird one float lastPoll; |
