anmar7889 / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

Add ability to get custom cursor pixels and standard ID with off-screen rendering #1443

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The CefRenderHandler::OnCursorChange notification provides a platform-specific 
native representation of the cursor (HCURSOR on Windows, NSCursor on Mac, 
Cursor on Linux). However, not all platforms provide access to the underlying 
pixel data for custom cursors. Expose this pixel data via the OnCursorChange 
callback.

Original issue reported on code.google.com by magreenb...@gmail.com on 20 Nov 2014 at 5:06

GoogleCodeExporter commented 9 years ago
Also, it would be good to pass a platform-independent ID value for standard 
cursors.

Original comment by magreenb...@gmail.com on 20 Nov 2014 at 9:10

GoogleCodeExporter commented 9 years ago
Added in trunk revision 1928, 2171 branch revision 1929, 2062 branch revision 
1930 and 1916 branch revision 1931.

Original comment by magreenb...@gmail.com on 24 Nov 2014 at 10:07