PDA

View Full Version : Qtopia4.2:Usage of both TouchScreen and Mouse



arunvv
16th June 2007, 01:34
How to use, both TouchScreen and Mouse in qtopia? I am setting QWS_MOUSE_PROTO to touchscreen device. So I am not able to use mouse.
How to set environmental variable (or how to configure) in qtopia, so that I can use both touchscreen and mouse.

Thanks & Regards,
Arun.

arunvv
20th June 2007, 01:35
How to use, both TouchScreen and Mouse in qt4? I am setting QWS_MOUSE_PROTO to touchscreen device. So I am not able to use mouse.
How to set environmental variable (or how to configure) in qt4, so that I can use both touchscreen and mouse.

Thanks & Regards,
Arun.

arunvv
21st June 2007, 19:18
I tried different options and made it work.

Here is the answer:

export QWS_MOUSE_PROTO="<touchscreendriver>:<options> " will work only for TouchScreen.

export QWS_MOUSE_PROTO="Auto" works only for mouse.

so to work both TouchScreen and Mouse,

export QWS_MOUSE_PROTO="<touchscreendriver>:<options> Auto"

Thanks & Regards,
Arun.