diff options
| author | Tim Redfern <redfernt@gmail.com> | 2023-09-22 17:22:24 +0100 |
|---|---|---|
| committer | Tim Redfern <redfernt@gmail.com> | 2023-09-22 17:22:24 +0100 |
| commit | dfa0297a2ad0656dea5d9146da0b1112320b697e (patch) | |
| tree | 70494dd34563af0c05cfc53448fbc53430cb0c35 /futuregael/src/ofApp.cpp | |
| parent | f7193eabee76187940fa86ac58c65faef31b8da2 (diff) | |
commit data folder
Diffstat (limited to 'futuregael/src/ofApp.cpp')
| -rw-r--r-- | futuregael/src/ofApp.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/futuregael/src/ofApp.cpp b/futuregael/src/ofApp.cpp index 86e6b4b..9ce14a1 100644 --- a/futuregael/src/ofApp.cpp +++ b/futuregael/src/ofApp.cpp @@ -111,6 +111,15 @@ void ofApp::keyReleased(int key){ case ' ':{ if (show.isPlaying()){ show.stop(); + show.next(); + show.play(); + } + else show.play(); + break; + } + case 'p':{ + if (show.isPlaying()){ + show.stop(); } else show.play(); break; |
