Qt-embedded-interest Archive, June 2007
Qtopia4.2:Usage of both TouchScreen and Mouse
Message 1 in thread
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.
Message 2 in thread
On Wednesday 20 June 2007 22:15, ARUN_KUMAR@xxxxxxxxxxxxxx wrote:
> 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.
QWS_MOUSE_PROTO is a space separated list. Try something like this:
export QWS_MOUSE_PROTO="<touchscreendriver>:<options> Auto"
--
[ signature omitted ]
Message 3 in thread
Thanks Havard Wall,
It worked great.
Thanks again