-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ofApp.hpp): add flg_capture_only boolean flag to the ofApp class …
…constructor to control capture mode fix(main.cpp): modify argument check condition to allow for optional capture mode argument fix(main.cpp): pass capture mode argument to the ofApp constructor fix(ofApp.cpp): initialize flg_capture_only member variable in the ofApp constructor fix(ofApp.cpp): modify printKeys() function to only print keys if not in capture mode fix(ofApp.cpp): exit the program after capturing a snapshot if in capture mode
- Loading branch information
Showing
3 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters