Function glfw::ffi::glfwGetMonitorWorkarea
source · 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
)