#[unsafe(no_mangle)]pub unsafe extern "C" fn lumen_event_key(
buf: *mut c_char,
buf_len: usize,
out_len: *mut usize,
) -> LumenStatusExpand description
Copy the current event’s key (keyboard events) into buf. See
lumen_event_type for the convention. Thread-safe.