MCPcopy 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
744bool Notebook::IsScrollingForward() const {
745 return m_scrolling_forward;
746}
747
748bool Notebook::IsScrollingBackward() const {
749 return m_scrolling_backward;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected