XPLMIsCursorOverAvionics

Function XPLMIsCursorOverAvionics 

Source
pub unsafe extern "C" fn XPLMIsCursorOverAvionics(
    inHandle: XPLMAvionicsID,
    outX: *mut c_int,
    outY: *mut c_int,
) -> c_int
Expand description

XPLMIsCursorOverAvionics

Returns true (1) if the mouse is currently over the screen of cockpit device with the given handle. If they are not NULL, the optional x and y arguments are filled with the co-ordinates of the mouse cursor in device co-ordinates.