Page 1 of 1

Problem with OnCursorChange

Posted: Wed Oct 14, 2020 6:16 am
by ForumReader
Hello.
I'm using dcef not in OSR mode, just simple browser.
I need detect cursor change - when user move cursor on some page elements.
But event OnCursorChange not activating at all :(
How I can catch this event?
Thanks.

Re: Problem with OnCursorChange

Posted: Wed Oct 14, 2020 8:33 am
by salvadordf
That event is triggered by CefRenderHandler which is created in OSR mode only.

I haven't tried but perhaps you can use the Windows API to get the cursor info :
https://docs.microsoft.com/en-us/window ... cursorinfo