Function imgui_sys::ImGuiIO_SetKeyEventNativeData

source ·
pub unsafe extern "C" fn ImGuiIO_SetKeyEventNativeData(
    self_: *mut ImGuiIO,
    key: ImGuiKey,
    native_keycode: c_int,
    native_scancode: c_int,
    native_legacy_index: c_int
)