Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Forum Updated on Feb 6th

    Is TsLib required on Windows?

    Mobile and Embedded
    1
    1
    1004
    Loading More Posts
    • 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
      pratyaksh last edited by

      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 Reply Quote 0
      • First post
        Last post