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

Method fini

plugins/single_plugins/wrot.cpp:271–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 void fini() override
272 {
273 if (input_grab->is_grabbed())
274 {
275 input_released();
276 }
277
278 reset_all();
279
280 output->rem_binding(&call);
281 output->rem_binding(&call_3d);
282 output->rem_binding(&reset);
283 output->rem_binding(&reset_one);
284 }
285};
286
287DECLARE_WAYFIRE_PLUGIN(wf::per_output_plugin_t<wf_wrot>);

Callers

nothing calls this directly

Calls 2

is_grabbedMethod · 0.80
rem_bindingMethod · 0.45

Tested by

no test coverage detected