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

Method handle_pointer_button

plugins/single_plugins/wrot.cpp:215–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213 }
214
215 void handle_pointer_button(const wlr_pointer_button_event& event) override
216 {
217 if (event.state == WL_POINTER_BUTTON_STATE_RELEASED)
218 {
219 input_released();
220 }
221 }
222
223 void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override
224 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected