MCPcopy Index your code
hub / github.com/DreamSourceLab/DSView / mouse_wheel

Method mouse_wheel

DSView/pv/view/trace.cpp:307–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307bool Trace::mouse_wheel(int right, const QPoint pt, const int shift)
308{
309 (void)right;
310 (void)pt;
311 (void)shift;
312 return false;
313}
314
315int Trace::pt_in_rect(int y, int right, const QPoint &point)
316{

Callers 1

wheelEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected