Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Is there a way to set the sensitivity of touch events in qt? Android issue
QtWS25 Last Chance

Is there a way to set the sensitivity of touch events in qt? Android issue

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 263 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.
  • M Offline
    M Offline
    mihai
    wrote on last edited by
    #1

    I implemented a custom qt qml object for controlling a map and I need to process the touch signals separately.

    The problem I encountered is that on high dpi screens (android devices) the sensitivity is too high and instead of a TouchPointPressed I always receive a TouchPointPressed and after it lots of TouchPointMoved which causes a pan on the map.

    Is there a way I can limit the sensitivity / receive less touch signals?

    The problem happens on Android devices with high dpi, on Windows and Mac OSs this works well.

    Maybe there is a setting in AndroidManifest.xml

    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