Hi,
is it possible to disable mouse changes when TChromium loading pages? I've found "SetMouseCursorChangeDisabled" of TCefBrowserHost, but I don't know how to use it. Thanks!
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
How to disable mouse cursor changes while page loading?
-
- Posts: 10
- Joined: Thu Apr 02, 2020 2:28 pm
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How to disable mouse cursor changes while page loading?
I can't find a way to make that procedure to work. Perhaps there's a bug in the CEF libraries.
If you really need that feature consider using the off-screen mode (OSR) because you have total control over the mouse cursor.
If you really need that feature consider using the off-screen mode (OSR) because you have total control over the mouse cursor.
-
- Posts: 10
- Joined: Thu Apr 02, 2020 2:28 pm
Re: How to disable mouse cursor changes while page loading?
Great! OSR mode seems to be a solution, thank You!