Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
ScrollManagement::ScrollManagement()
6
{
7
wheelTimer = new QElapsedTimer();
8
wheelTimer->start();
9
wheelAccumulator = 0;
10
}
11
12
ScrollManagement::Movement ScrollManagement::getMovement(QWheelEvent *event)
13
{
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected