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. QMLTouchArea and keepMouseFocus
Forum Updated to NodeBB v4.3 + New Features

QMLTouchArea and keepMouseFocus

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.2k 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.
  • M Offline
    M Offline
    Mani
    wrote on last edited by
    #1

    I'm developing a QML multitouch application using QMLTouchArea elements.
    Currently I'm using toucharea plugin under Win7 to use this at the QML level.
    My application defines several TouchArea for simultaneous actions on buttons.
    case 1 : When the first touch is in the background frame (with no MouseArea)
    I don't get any other touch events even if they are inside a TouchArea.
    case 2 : When the first touch is inside a TouchArea, then any other touch points
    inside other TouchArea are delivered to my application.

    Looking at the example code I found "keepMouseFocus" attribute, could it be useful ?
    Is there any solution to avoid this behaviour.
    thanks in advance for answers.

    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