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

Method handle_pointer_button

plugins/single_plugins/move.cpp:199–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 }
198
199 void handle_pointer_button(const wlr_pointer_button_event& event) override
200 {
201 if (event.state != WL_POINTER_BUTTON_STATE_RELEASED)
202 {
203 return;
204 }
205
206 drag_helper->handle_input_released();
207 return;
208 }
209
210 void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override
211 {

Callers

nothing calls this directly

Calls 1

handle_input_releasedMethod · 0.80

Tested by

no test coverage detected