[][src]Function wayland_raw_protocol_bindings::client::input_method_unstable_v1::zwp_input_method_context_v1::zwp_input_method_context_v1_keysym

pub unsafe fn zwp_input_method_context_v1_keysym(
    zwp_input_method_context_v1: *mut zwp_input_method_context_v1,
    serial: u32,
    time: u32,
    sym: u32,
    state: u32,
    modifiers: u32
)

keysym

Notify when a key event was sent. Key events should not be used for normal text input operations, which should be done with commit_string, delete_surrounding_text, etc. The key event follows the wl_keyboard key event convention. Sym is an XKB keysym, state is a wl_keyboard key_state.