pub unsafe extern "C" fn ulViewSetChangeCursorCallback(
view: ULView,
callback: ULChangeCursorCallback,
user_data: *mut c_void,
)Expand description
Set callback for when the mouse cursor changes.
pub unsafe extern "C" fn ulViewSetChangeCursorCallback(
view: ULView,
callback: ULChangeCursorCallback,
user_data: *mut c_void,
)Set callback for when the mouse cursor changes.