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

Method get_touch_focus

src/core/core.cpp:462–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462wf::scene::node_ptr wf::compositor_core_impl_t::get_touch_focus(int finger_id)
463{
464 return seat->priv->touch->get_focus(finger_id);
465}
466
467wayfire_view wf::compositor_core_t::get_touch_focus_view()
468{

Callers 1

regrab_inputMethod · 0.80

Calls 1

get_focusMethod · 0.45

Tested by

no test coverage detected