Mouse and Keyboard input is not being in Qt application
-
HI all,
I am running Qt application on "Beaglebone black".
But Keyboard and mouse are not working.Though I set the environment variable like:
QWS_KEYBOARD=usb:/dev/input/event0
QWS_MOUSE_PROTO=tslib:/dev/input/event1I am unable to use the Keyboard and mouse. Can I know the reason for this?
How do I get my mouse and keyboard working? -
Hi,
You should also add which version of Qt you are running on your board
-
There's no usb driver for QWS_KEYBOARD tty or linuxinput
For the mouse, did you properly installed tslib ?
-
Are you sure it's loaded ? Did you configure it properly ?
-
What do you get when running your application with the QT_DEBUG_PLUGINS environment variable set ?