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

Touch don't works in QT5 desktop

Scheduled Pinned Locked Moved Mobile and Embedded
touch
1 Posts 1 Posters 607 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.
  • X Offline
    X Offline
    xyaw
    wrote on 15 Oct 2015, 06:39 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

    1/1

    15 Oct 2015, 06:39

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved