Function glfw::ffi::glfwGetWindowSize

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