Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getPageStep
Method
getPageStep
src/eepp/ui/uislider.cpp:528–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
}
527
528
Float UISlider::getPageStep() const {
529
return mPageStep;
530
}
531
532
void UISlider::setPageStep( const Float& pageStep ) {
533
if ( pageStep != mPageStep ) {
Callers
3
containerUpdate
Method · 0.45
onKeyDown
Method · 0.45
onContentSizeChange
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected