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

Method handle_pointer_axis

plugins/cube/cube.cpp:269–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267 }
268
269 void handle_pointer_axis(const wlr_pointer_axis_event& event) override
270 {
271 if (event.orientation == WL_POINTER_AXIS_VERTICAL_SCROLL)
272 {
273 pointer_scrolled(event.delta);
274 }
275 }
276
277 void load_program()
278 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected