Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ IsScrollingForward
Method
IsScrollingForward
src/SFGUI/Notebook.cpp:744–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
742
}
743
744
bool Notebook::IsScrollingForward() const {
745
return m_scrolling_forward;
746
}
747
748
bool Notebook::IsScrollingBackward() const {
749
return m_scrolling_backward;
Callers
1
CreateNotebookDrawable
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected