Qt Forum

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

    Mouse Click in QCoreApplication

    General and Desktop
    2
    2
    1656
    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.
    • R
      RickH last edited by

      Hello. I have basically an old-style console application. Before reaching a.exec(), a read-eval-print-loop thread is started.

      But it would be nice to occasionally find out where in the window the user clicked. Can I find out about a mouse event in this situation?

             Regards, Rick
      
      1 Reply Last reply Reply Quote 0
      • L
        loladiro last edited by

        I don't think Qt has any such functionality. You'll have to use a different library to find the mouse position in a console app.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post