@ -143,6 +143,10 @@ bool Application::isShiftKeyDown(){
}
void Application::onCharacterReceived(KeyListenerEventData & e){
return;
// TODO: Check if the same char is not comming through regular key event
ofKeyEventArgs args;
args.key = (int)e.character;