Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    MultiPointTouchArea don't report touches

    General and Desktop
    multipointtouch touches windows
    1
    1
    566
    Loading More Posts
    • 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.
    • RGuerra
      RGuerra last edited by RGuerra

      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 Reply Quote 0
      • First post
        Last post