Page 1 of 1

How to deny check real pursor position?

Posted: Sat Aug 01, 2020 8:24 pm
by andreykrasnodar
Code:

Code: Select all

Chromium1.Browser.Host.SendMouseMoveEvent(@MouseCoord,false);
sends cursor position, but after that javascript checks real cursor position.
How to deny javascript watch my real cursor position?

Re: How to deny check real pursor position?

Posted: Sun Aug 02, 2020 8:23 am
by salvadordf
I'm not aware of any way to stop that with a browser in normal mode but I guess that can't happen in a OSR browser.

Re: How to deny check real pursor position?

Posted: Thu Aug 06, 2020 7:12 am
by andreykrasnodar
but I guess that can't happen in a OSR browser
Thanks a lot.