pub unsafe extern "C" fn SDL_SetWindowPosition(
    window: *mut SDL_Window,
    x: c_int,
    y: c_int
)
Expand description

Sets the window’s position.