diff options
| author | Tim Redfern <tim@getdrop.com> | 2017-08-29 18:34:26 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@getdrop.com> | 2017-08-29 18:34:26 +0100 |
| commit | 603d1a2a94a1263a85c353997eb3276d120d0822 (patch) | |
| tree | 00dba1c2b08ed6396c51e1b0fef559dc56fe70a8 /gui/src/ofApp.cpp | |
| parent | 6311b9970035b7688ee12393f62934884bfb122b (diff) | |
adding load save
Diffstat (limited to 'gui/src/ofApp.cpp')
| -rw-r--r-- | gui/src/ofApp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/src/ofApp.cpp b/gui/src/ofApp.cpp index 4ab2dc4..cb808d1 100644 --- a/gui/src/ofApp.cpp +++ b/gui/src/ofApp.cpp @@ -26,8 +26,8 @@ void ofApp::draw(){ } //-------------------------------------------------------------- -void ofApp::keyPressed(int key){ - images.keyPressed(key); +void ofApp::keyPressed(ofKeyEventArgs &keyargs){ + images.keyPressed(keyargs); } //-------------------------------------------------------------- |
