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

Function handle_im_context_key

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

Source from the content-addressed store, hash-verified

333}
334
335void handle_im_context_key(wl_client*, wl_resource *resource,
336 uint32_t, uint32_t time, uint32_t key, uint32_t state)
337{
338 auto context = static_cast<wayfire_input_method_v1_context*>(wl_resource_get_user_data(resource));
339 if (context)
340 {
341 context->handle_im_key(time, key, state);
342 }
343}
344
345void handle_im_context_modifiers(wl_client *client, wl_resource *resource,
346 uint32_t serial, uint32_t mods_depressed, uint32_t mods_latched,

Callers

nothing calls this directly

Calls 1

handle_im_keyMethod · 0.80

Tested by

no test coverage detected