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

pub unsafe fn zwp_input_method_context_v1_modifiers(
    zwp_input_method_context_v1: *mut zwp_input_method_context_v1,
    serial: u32,
    mods_depressed: u32,
    mods_latched: u32,
    mods_locked: u32,
    group: u32
)

forward modifiers event

Forward a wl_keyboard::modifiers event to the client that was not processed by the input method itself. Should be used when filtering key events with grab_keyboard. The arguments should be the ones from the wl_keyboard::modifiers event.