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

Method handle_pointer_button

plugins/scale/scale.cpp:307–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 };
306
307 void handle_pointer_button(
308 const wlr_pointer_button_event& event) override
309 {
310 process_input(event.button, event.state,
311 wf::get_core().get_cursor_position());
312 }
313
314 void handle_touch_down(uint32_t, int finger_id, wf::pointf_t pos) override
315 {

Callers

nothing calls this directly

Calls 1

get_cursor_positionMethod · 0.45

Tested by

no test coverage detected