Function glfw::ffi::glfwGetWindowSize[][src]

pub unsafe extern "C" fn glfwGetWindowSize(
    window: *mut GLFWwindow,
    width: *mut c_int,
    height: *mut c_int
)