pub type XPLMReceiveMonitorBoundsOS_f = Option<unsafe extern "C" fn(inMonitorIndex: c_int, inLeftPx: c_int, inTopPx: c_int, inRightPx: c_int, inBottomPx: c_int, inRefcon: *mut c_void)>;Expand description
XPLMReceiveMonitorBoundsOS_f
This function is informed of the global bounds (in pixels) of a particular monitor within the operating system’s global desktop space. Note that a monitor index being passed to you here does not indicate that X-Plane is running in full screen on this monitor, or even that any X-Plane windows exist on this monitor.
Aliased Type§
pub enum XPLMReceiveMonitorBoundsOS_f {
None,
Some(unsafe extern "C" fn(i32, i32, i32, i32, i32, *mut c_void)),
}