|
|
@ -14,8 +14,10 @@ Application::Application(){ |
|
|
|
ofHideCursor(); |
|
|
|
|
|
|
|
// TODO: Get rid of listeners, pipe application events from the example app
|
|
|
|
/*
|
|
|
|
ofAddListener(ofEvents().keyPressed, this, &Application::onKeyPressed); |
|
|
|
ofAddListener(ofEvents().keyReleased, this, &Application::onKeyReleased); |
|
|
|
*/ |
|
|
|
|
|
|
|
/*
|
|
|
|
ofAddListener(ofEvents().mousePressed, this, &Application::onMousePressed); |
|
|
|