Skip to main content

ImGuiIO_AddMouseWheelEvent

Function ImGuiIO_AddMouseWheelEvent 

Source
pub unsafe extern "C" fn ImGuiIO_AddMouseWheelEvent(
    this: *mut ImGuiIO,
    wheel_x: f32,
    wheel_y: f32,
)