diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-03 09:58:48 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-03 09:58:48 +0000 |
| commit | 218003c711daf5e20fab77ee9b3ada67e2637922 (patch) | |
| tree | ff56e2326e232b0f592509b93709f530416aed5f /gui/src/ofApp.h | |
| parent | f19740af946bd1faa6d364995b72b8a32e2315e3 (diff) | |
building output interface
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index ae0ef60..fd0bcc3 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -103,4 +103,13 @@ class ofApp: public ofBaseApp { set <int> shape_selection; int framecounter; + //======================================= //positioning interface + + bool bShowPositionInterface; + bool bOutputSelected; + ofPoint outputSelectionPoint; + ofPoint outputPosition; + ofPoint outputOffset; + float outputScale; + }; |
