From a8c51ba6eec54533143e1f2948cd70322d0f697b Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Thu, 2 Jun 2016 05:12:39 +0200 Subject: [PATCH] Disable terminal listener to see if it solves TAB issue --- src/Application/Application.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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