Function imgui_sys::ImGuiIO_AddKeyAnalogEvent

source ·
pub unsafe extern "C" fn ImGuiIO_AddKeyAnalogEvent(
    self_: *mut ImGuiIO,
    key: ImGuiKey,
    down: bool,
    v: f32
)