cef_display_handler_t.on_cursor_change

Called when the browser's cursor has changed. If |type| is CT_CUSTOM then |custom_cursor_info| will be populated with the custom cursor information. Return true (1) if the cursor change was handled or false (0) for default handling.

struct cef_display_handler_t
extern (System)
int function(cef_display_handler_t* self, cef_browser_t* browser, c_ulong cursor, cef_cursor_type_t type, const(cef_cursor_info_t)* custom_cursor_info) nothrow on_cursor_change;

Meta