IOHIDGetModifierLockState

Function IOHIDGetModifierLockState 

Source
pub unsafe extern "C-unwind" fn IOHIDGetModifierLockState(
    handle: io_connect_t,
    selector: c_int,
    state: *mut bool,
) -> kern_return_t
Available on crate features hidsystem and libc only.
Expand description

ยงSafety

state must be a valid pointer.