Menu

#1487 Mouse bug with Tight VNC server

None
open-accepted
nobody
mouse (4)
5
2019-10-13
2019-10-11
No

I don't know what Windows API function you are using to emulate a mouse click, but it only works on EXEs running in normal mode. It isn't universally recognized by Windows as a mouse click. For example, I'm running an older program in XP compatibility mode, and that program isn't recognizing any clicks I make in it via VNC, using your VNC server.

By the way, while I don't know what API function you are using, the one you should be using is mouse_event. That simulates an actual mouse click. It should work no matter what kind of window you have your mouse over (normal Windows 10 window, or window of a program in XP compatibility mode).

Related

Bugs: #1487

Discussion

  • Anton

    Anton - 2019-10-13

    Hello.
    We use SendInput. Microsoft does not recomend use mouse_event.
    Googling says mouse_event is a wrapper for SendInput now.
    https://www.unknowncheats.me/forum/c-and-c-/109675-mouse_event-vs-sendinput.html

     
    • Videogamer555

      Videogamer555 - 2019-10-14

      Strange. I know it works with mouse_event. That can simulate a mouse click
      on anything.

      On Sat, Oct 12, 2019 at 10:29 PM Anton anton19286@users.sourceforge.net
      wrote:

      Hello.
      We use SendInput. Microsoft does not recomend use mouse_event.
      Googling says mouse_event is a wrapper for SendInput now.

      https://www.unknowncheats.me/forum/c-and-c-/109675-mouse_event-vs-sendinput.html

      Status: open
      Group:
      Labels: mouse
      Created: Fri Oct 11, 2019 07:30 AM UTC by Videogamer555
      Last Updated: Fri Oct 11, 2019 07:30 AM UTC
      Owner: nobody

      I don't know what Windows API function you are using to emulate a mouse
      click, but it only works on EXEs running in normal mode. It isn't
      universally recognized by Windows as a mouse click. For example, I'm
      running an older program in XP compatibility mode, and that program isn't
      recognizing any clicks I make in it via VNC, using your VNC server.

      By the way, while I don't know what API function you are using, the one
      you should be using is mouse_event. That simulates an actual mouse click.
      It should work no matter what kind of window you have your mouse over
      (normal Windows 10 window, or window of a program in XP compatibility mode).


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/vnc-tight/bugs/1487/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Bugs: #1487

  • Anton

    Anton - 2019-10-13
    • status: open --> open-accepted
    • Group: -->
     

Log in to post a comment.

MongoDB Logo MongoDB