Hi all,
I have a board based on the am335x evm. I want to run a custom Qt Console Application in the matrix gui app. I am trying to get user input via
cin >> variable;
But the application doesn't wait for input but exits immediately. If I run the application from command line through the debug cable, I can give input and everything works fine.
Is it possible to get user input via a keyboard in a matrix application or is this not possible for some reason?