Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. MultiPointTouchArea don't report touches
Forum Updated to NodeBB v4.3 + New Features

MultiPointTouchArea don't report touches

Scheduled Pinned Locked Moved General and Desktop
multipointtouchtoucheswindows
1 Posts 1 Posters 743 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • RGuerraR Offline
    RGuerraR Offline
    RGuerra
    wrote on last edited by RGuerra
    #1

    Hi,

    i use the MultiPointTouchArea and i found one problem only in windows, if run application after connect the device multi-touch the MultiPointTouchArea not report the touches events, but if connect first the device multi-touch and run the application the MultiPointTouchArea report the touches events. Anyone ever had this problem ? Is possible update/show the devices are send touches events?

    Thanks.

    qt version installed qt 5.5.1

      MultiPointTouchArea {
                id:multiPointTouchArea
                anchors.fill: parent
                mouseEnabled: Qt.platform.os != "osx"? false : true
                minimumTouchPoints: 1
                maximumTouchPoints: 40
                .....
    }
    
    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved