Results 1 to 3 of 3

Thread: Qtopia4.2:Usage of both TouchScreen and Mouse

  1. #1
    Join Date
    Jun 2006
    Location
    San Diego, USA
    Posts
    95
    Thanks
    9
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Qtopia4.2:Usage of both TouchScreen and Mouse

    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.

  2. #2
    Join Date
    Jun 2006
    Location
    San Diego, USA
    Posts
    95
    Thanks
    9
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Settings needed in Qt to use both Mouse and TouchScreen

    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.

  3. #3
    Join Date
    Jun 2006
    Location
    San Diego, USA
    Posts
    95
    Thanks
    9
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    Unix/X11 Windows

    Default Re: Qtopia4.2:Usage of both TouchScreen and Mouse

    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.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.