diff --git a/src/Application/Application.cpp b/src/Application/Application.cpp index 0cb0ab4..75ab91e 100644 --- a/src/Application/Application.cpp +++ b/src/Application/Application.cpp @@ -143,7 +143,11 @@ bool Application::isShiftKeyDown(){ } void Application::onCharacterReceived(KeyListenerEventData & e){ - ofKeyEventArgs args; + return; + + // TODO: Check if the same char is not comming through regular key event + + ofKeyEventArgs args; args.key = (int)e.character; // These if's have been added because we get