MCPcopy Create free account
hub / github.com/acidanthera/VoodooInput / updateRelativePointer

Method updateRelativePointer

VoodooInput/Trackpoint/TrackpointDevice.cpp:148–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void TrackpointDevice::updateRelativePointer(int dx, int dy, int buttons, uint64_t timestamp) {
149 dispatchRelativePointerEvent(dx, dy, buttons, timestamp);
150};
151
152void TrackpointDevice::updateScrollwheel(short deltaAxis1, short deltaAxis2, short deltaAxis3, uint64_t timestamp) {
153 dispatchScrollWheelEvent(deltaAxis1, deltaAxis2, deltaAxis3, timestamp);

Callers 1

messageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected