Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
462
wf::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
467
wayfire_view wf::compositor_core_t::get_touch_focus_view()
468
{
Callers
1
regrab_input
Method · 0.80
Calls
1
get_focus
Method · 0.45
Tested by
no test coverage detected