Skip to main content

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 HIServices and objc2-core-graphics only.