Example #1
0
 void CefSharp.Internals.IRenderWebBrowser.OnCursorChange(IntPtr cursor, CefSharp.Enums.CursorType type, CefSharp.Structs.CursorInfo customCursorInfo)
 {
     OnCursorChangeDelegate.Invoke(cursor, type, customCursorInfo);
 }
Example #2
0
 void CefSharp.Internals.IRenderWebBrowser.OnCursorChange(IntPtr cursor, CefSharp.Enums.CursorType type, CefSharp.Structs.CursorInfo customCursorInfo)
 {
     Form.InvokeSyncOnUI(f => f.Cursor = new Cursor(cursor));
 }