MCPcopy 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
528Float UISlider::getPageStep() const {
529 return mPageStep;
530}
531
532void UISlider::setPageStep( const Float& pageStep ) {
533 if ( pageStep != mPageStep ) {

Callers 3

containerUpdateMethod · 0.45
onKeyDownMethod · 0.45
onContentSizeChangeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected