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

Method find_node_at

plugins/protocols/session-lock.cpp:196–202  ·  view source on GitHub ↗

Ensure pointer interaction is not passed to views behind this node.

Source from the content-addressed store, hash-verified

194
195 // Ensure pointer interaction is not passed to views behind this node.
196 std::optional<wf::scene::input_node_t> find_node_at(const wf::pointf_t& at) override
197 {
198 wf::scene::input_node_t result;
199 result.node = this;
200 result.local_coords = at;
201 return result;
202 }
203
204 std::string stringify() const override
205 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected