From 603d1a2a94a1263a85c353997eb3276d120d0822 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Tue, 29 Aug 2017 18:34:26 +0100 Subject: adding load save --- gui/src/ofApp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/src/ofApp.cpp') 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); } //-------------------------------------------------------------- -- cgit v1.2.3