MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / handle_im_context_modifiers_map

Function handle_im_context_modifiers_map

plugins/protocols/input-method-v1.cpp:298–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void handle_im_context_modifiers_map(wl_client *client, wl_resource *resource,
299 struct wl_array *map)
300{
301 auto context = static_cast<wayfire_input_method_v1_context*>(wl_resource_get_user_data(resource));
302 if (context && context->text_input)
303 {
304 context->text_input->send_modifiers_map(map);
305 }
306}
307
308void handle_im_context_keysym(wl_client *client, wl_resource *resource,
309 uint32_t serial, uint32_t time, uint32_t sym, uint32_t state,

Callers

nothing calls this directly

Calls 1

send_modifiers_mapMethod · 0.45

Tested by

no test coverage detected