Function glfw::ffi::glfwGetMonitorWorkarea[][src]

pub unsafe extern "C" fn glfwGetMonitorWorkarea(
    monitor: *mut GLFWmonitor,
    xpos: *mut c_int,
    ypos: *mut c_int,
    width: *mut c_int,
    height: *mut c_int
)