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

Method handle_pointer_button

plugins/cube/cube.cpp:261–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 void handle_pointer_button(const wlr_pointer_button_event& event) override
262 {
263 if (event.state == WL_POINTER_BUTTON_STATE_RELEASED)
264 {
265 input_ungrabbed();
266 }
267 }
268
269 void handle_pointer_axis(const wlr_pointer_axis_event& event) override
270 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected