pub type XPLMReceiveMonitorBoundsGlobal_f = Option<unsafe extern "C" fn(inMonitorIndex: c_int, inLeftBx: c_int, inTopBx: c_int, inRightBx: c_int, inBottomBx: c_int, inRefcon: *mut c_void)>;Expand description
XPLMReceiveMonitorBoundsGlobal_f
This function is informed of the global bounds (in boxels) of a particular monitor within the X-Plane global desktop space. Note that X-Plane must be running in full screen on a monitor in order for that monitor to be passed to you in this callback.
Aliased Type§
pub enum XPLMReceiveMonitorBoundsGlobal_f {
None,
Some(unsafe extern "C" fn(i32, i32, i32, i32, i32, *mut c_void)),
}