pub unsafe extern "C" fn ulCreateScrollEvent(
type_: ULScrollEventType,
delta_x: c_int,
delta_y: c_int,
) -> ULScrollEventExpand description
Create a scroll event, @see ScrollEvent for help using this function.
pub unsafe extern "C" fn ulCreateScrollEvent(
type_: ULScrollEventType,
delta_x: c_int,
delta_y: c_int,
) -> ULScrollEventCreate a scroll event, @see ScrollEvent for help using this function.