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

Method handle_pointer_motion

plugins/single_plugins/resize.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void handle_pointer_motion(wf::pointf_t pointer_position, uint32_t time_ms) override
134 {
135 input_motion();
136 }
137
138 void handle_touch_up(uint32_t time_ms, int finger_id, wf::pointf_t lift_off_position) override
139 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected