All,

While studying the 4.1.1 source code I discovered a suspicious piece of code:

   /* win/wm_hooks/wm_hooks.cxx */
   HookPointerHook(..)
   {  ..
      return CallNextHookEx(hook_keyboard, ..);
   }

Shouldn't that read "CallNextHookEx(hook_pointer, ..)" instead?

May I ask for a small favor in return for discovering this bug? ;-) The
code above is used to capture movement of the actual mouse of the remote
machine. However, I would like to know how VNC does the opposite, i.e. how
are mouse movements (and keyboard events) emulated/injected into the
remote system? I would be grateful if someone could point me to the
relevant function(s).

Best regards,
Joris van der Sande
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list

Reply via email to