Skip to main content

ImGuiInputTextState_SetSelection

Function ImGuiInputTextState_SetSelection 

Source
pub unsafe extern "C" fn ImGuiInputTextState_SetSelection(
    this: *mut ImGuiInputTextState,
    start: c_int,
    end: c_int,
)