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

Method handle_pointer_motion

plugins/single_plugins/move.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 }
209
210 void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override
211 {
212 handle_input_motion();
213 }
214
215 void handle_touch_up(uint32_t time_ms, int finger_id, wf::pointf_t lift_off_position) override
216 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected