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.h | |
| parent | 6311b9970035b7688ee12393f62934884bfb122b (diff) | |
adding load save
Diffstat (limited to 'gui/src/ofApp.h')
| -rw-r--r-- | gui/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/ofApp.h b/gui/src/ofApp.h index da9d734..ceb3e41 100644 --- a/gui/src/ofApp.h +++ b/gui/src/ofApp.h @@ -12,7 +12,7 @@ class ofApp : public ofBaseApp{ void update(); void draw(); - void keyPressed(int key); + void keyPressed(ofKeyEventArgs &keyargs); void keyReleased(int key); void mouseMoved(int x, int y ); void mouseDragged(int x, int y, int button); |
