Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BlueAndi/Pixelix
/ disable
Method
disable
lib/YAWidgets/src/ScrollController.cpp:90–97 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void ScrollController::disable()
91
{
92
m_isEnabled = false;
93
m_offset = 0;
94
m_offsetDest = 0;
95
m_scrollingCnt = 0U;
96
m_timer.stop();
97
}
98
99
void ScrollController::reset(uint16_t canvasSize)
100
{
Callers
nothing calls this directly
Calls
1
stop
Method · 0.45
Tested by
no test coverage detected