NSMouseInRect

Function NSMouseInRect 

Source
pub extern "C-unwind" fn NSMouseInRect(
    a_point: NSPoint,
    a_rect: NSRect,
    flipped: bool,
) -> bool
Available on crate features NSGeometry and objc2-core-foundation only.