This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

keyboard input matrix gui application am335x

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?