QWSKeyboardHandler to read from keyboard
-
I am a newbie to Qt.
I want to transfer my keyboard inputs to my Qt application. As I searched on the web, I should use QWSKeyboardHandler class.
My sample application can take input from touchscreen anywhere.
The problem is to take input from keyboard which is used by terminal emulator to access the device.
What I'm trying to say is that whether I can transfer keyboard input to application when I run it from terminal.
Or, should I use an external keyboard (e.g., USB keyboard)?
Could you help me about this problem? Thank you.