AXUIElementPostKeyboardEvent

Function AXUIElementPostKeyboardEvent 

Source
pub unsafe extern "C-unwind" fn AXUIElementPostKeyboardEvent(
    application: &AXUIElement,
    key_char: CGCharCode,
    virtual_key: CGKeyCode,
    key_down: bool,
) -> AXError
👎Deprecated: renamed to AXUIElement::post_keyboard_event
Available on crate features AXError and AXUIElement and objc2-core-graphics only.