Skip to main content

AXUIElementCopyElementAtPosition

Function AXUIElementCopyElementAtPosition 

Source
pub unsafe extern "C-unwind" fn AXUIElementCopyElementAtPosition(
    application: &AXUIElement,
    x: c_float,
    y: c_float,
    element: NonNull<*const AXUIElement>,
) -> AXError
👎Deprecated:

renamed to AXUIElement::copy_element_at_position

Available on crate features AXError and AXUIElement and HIServices only.