USB Mouse
-
Hey,
I am using Qt application on TI's DaVinci TMS320DM6446 board.
I need USB mouse to control my application.I have enabled all options related to USB mouse in make menuconfig. Also the usb mouse is working when we check it in /dev/input/mice on our target board.
But on actual application, the USB mouse is not working. Pointer is visible. I am using Logitech USB Mouse, so which is the "driver" option for Logitech Mouse in command
export QWS_MOUSE_PROTO=driver:/dev/input/mice
Do I have to insert closeMouse(),openMouse () functions ?
Does Qt support only for PS2 mouse ?
Thanks in advance.
-
Is there anyone who knows if there is anyway to interface to a HID device (e.g. mouse, keyboard) via Qt in Windows?
THANKS -
Hi,
You should rather open a new thread with your question rather than dig old unrelated thread, you'll have more chance to have an answer.