[][src]Function ul_sys::ulCreateKeyEvent

pub unsafe extern "C" fn ulCreateKeyEvent(
    type_: ULKeyEventType,
    modifiers: c_uint,
    virtual_key_code: c_int,
    native_key_code: c_int,
    text: ULString,
    unmodified_text: ULString,
    is_keypad: bool,
    is_auto_repeat: bool,
    is_system_key: bool
) -> ULKeyEvent

Create a key event, @see KeyEvent for help with the following parameters.