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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to disable mouse cursor changes while page loading?

Post Reply
vitaliy_zh
Posts: 10
Joined: Thu Apr 02, 2020 2:28 pm

How to disable mouse cursor changes while page loading?

Post by vitaliy_zh »

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!
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to disable mouse cursor changes while page loading?

Post by salvadordf »

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.
vitaliy_zh
Posts: 10
Joined: Thu Apr 02, 2020 2:28 pm

Re: How to disable mouse cursor changes while page loading?

Post by vitaliy_zh »

Great! OSR mode seems to be a solution, thank You!
Post Reply