MCPcopy Create free account
hub / github.com/YACReader/yacreader / ScrollManagement

Method ScrollManagement

common/scroll_management.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include <QApplication>
4
5ScrollManagement::ScrollManagement()
6{
7 wheelTimer = new QElapsedTimer();
8 wheelTimer->start();
9 wheelAccumulator = 0;
10}
11
12ScrollManagement::Movement ScrollManagement::getMovement(QWheelEvent *event)
13{

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected