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

Method handle_pointer_button

plugins/tile/tile-plugin.cpp:333–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 };
332
333 void handle_pointer_button(const wlr_pointer_button_event& event) override
334 {
335 if (event.state == WL_POINTER_BUTTON_STATE_RELEASED)
336 {
337 stop_controller(false);
338 }
339 }
340
341 void handle_pointer_motion(wf::pointf_t, uint32_t) override
342 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected