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 TsLib required on Windows?
Qt 6.11 is out! See what's new in the release blog

Is TsLib required on Windows?

Scheduled Pinned Locked Moved Mobile and Embedded
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.
  • P Offline
    P Offline
    pratyaksh
    wrote on last edited by
    #1

    I am using Qt 4.8.4 version and trying to simulate touch events on windows.
    Is it possible to simulate touch events as shown below or some more steps has to be performed apart from this?
    QTest::touchEvent(widgetObj,QTouchEvent::TouchScreen).press(0,p1,widgetObj);
    QTest::touchEvent(widgetObj,QTouchEvent::TouchScreen).release(0,p1,widgetObj);

    Also used setAttribute(Qt::WA_AcceptTouchEvents,true);

    Is TsLib required to simulate touch event on windows?
    What are the steps involved to Install TsLib on windows?

    Thanks,
    Pratyaksh

    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