diff options
| author | Tim Redfern <tim@getdrop.com> | 2018-02-03 11:10:20 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2018-02-03 11:10:20 +0000 |
| commit | 022563c4bdc832b1177ed12ef0bac7f85912db95 (patch) | |
| tree | 82db9c1fb31edc38f1b0b6e7e61a27ed1aaba77a /gui/src/main.cpp | |
| parent | 218003c711daf5e20fab77ee9b3ada67e2637922 (diff) | |
scan repositioning
Diffstat (limited to 'gui/src/main.cpp')
| -rw-r--r-- | gui/src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/src/main.cpp b/gui/src/main.cpp index bdc0e8a..763fb73 100644 --- a/gui/src/main.cpp +++ b/gui/src/main.cpp @@ -39,6 +39,7 @@ int main(int argc, char *argv[]){ ofAddListener(mainWindow->events().draw,mainApp.get(),&ofApp::drawOutput); ofAddListener(mainWindow->events().windowResized,mainApp.get(),&ofApp::outputWindowResized); ofAddListener(mainWindow->events().keyPressed,mainApp.get(),&ofApp::outputKeyPressed); + ofAddListener(mainWindow->events().keyReleased,mainApp.get(),&ofApp::outputKeyReleased); ofAddListener(mainWindow->events().mouseDragged,mainApp.get(),&ofApp::outputMouseDragged); ofAddListener(mainWindow->events().mousePressed,mainApp.get(),&ofApp::outputMousePressed); ofAddListener(mainWindow->events().mouseReleased,mainApp.get(),&ofApp::outputMouseReleased); |
