Skip to content

Commit

Permalink
removed cout in keyreleased
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Whitfield committed Dec 29, 2012
1 parent b447531 commit c944cb0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
58 changes: 0 additions & 58 deletions example/codeLite/ofxFensterExample.workspace.session

This file was deleted.

2 changes: 0 additions & 2 deletions example/src/testApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ void testApp::draw()
//--------------------------------------------------------------
void testApp::keyPressed(int key)
{

}

//--------------------------------------------------------------
Expand All @@ -102,7 +101,6 @@ void testApp::keyReleased(int key)
ofxFensterManager::get()->createFenster(0, 0, 400, 300, OF_WINDOW)->addListener(&imgWin);
if(key == 'c')
cout << "CLIPBOARD DATA: " << ofxFensterManager::get()->getClipboard() << endl;
cout << key << OF_KEY_RIGHT <<endl;
}

//this only works if testApp is extending ofxFensterListener and not ofBaseApp
Expand Down

0 comments on commit c944cb0

Please # to comment.