mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-05 04:08:45 +01:00
The cursor change can now be handled by the client with both windowed and off-screen rendering. Returning true from OnCursorChange will disable the default cursor change behavior. This is functionally equivalent to the CefBrowserHost::SetMouseCursorChangeDisabled method, so that method has been removed.