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. Touch don't works in QT5 desktop
Forum Update on Monday, May 27th 2025

Touch don't works in QT5 desktop

Scheduled Pinned Locked Moved Mobile and Embedded
touch
1 Posts 1 Posters 603 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.
  • X Offline
    X Offline
    xyaw
    wrote on last edited by
    #1

    I run the 'ts_print' and 'ts_test' and the touch works.
    But I go back the qt5 'desktop' to touch the application icon . There is no response.
    Please leave suggestion for me to solve this.

    ps. I send the event when touch down in touch driver:
    input_report_abs(ts->input_dev, ABS_X, x);
    input_report_abs(ts->input_dev, ABS_Y, y);
    input_event(ts->input_dev, EV_KEY, BTN_TOUCH, 1);
    input_sync(ts->input_dev);

    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