Function glfw::ffi::glfwGetWindowFrameSize[][src]

pub unsafe extern "C" fn glfwGetWindowFrameSize(
    window: *mut GLFWwindow,
    left: *mut c_int,
    top: *mut c_int,
    right: *mut c_int,
    bottom: *mut c_int
)