Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. MultiPointTouchArea doesn't recognize the mouse click
Qt 6.11 is out! See what's new in the release blog

MultiPointTouchArea doesn't recognize the mouse click

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.3k Views 1 Watching
  • 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    I have a game where you manage using two components: the joystick and the button. Previously, they were writen by MouseArea, and it worked fine on my PC (Win7 x64). Yesterday I tested the game on the device (Blackberry Playbook) and found that in this case, if the joystick is pressed, the other button is not working, that is recognized by just one click. I rewrote the code using the MultiPointTouchArea and now it works perfectly on my playbook, but now I can no longer test the joystick on my PC: MultiPointTouchArea does not recognize the mouse events. Can I fix it somehow? The manual says that MultiPointTouchArea should work with the mouse events too. I use Qt5 Beta1

    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