Home
last modified time | relevance | path

Searched refs:totalDistance (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_slider_bar_float.cpp61 float totalDistance = this->max - this->min; in Update() local
65 if (diff > totalDistance / 1000 || diff < -totalDistance / 1000) in Update()
216 float totalDistance = this->max - this->min; in Reset() local
220 if (diff > totalDistance / 1000 || diff < -totalDistance / 1000) in Reset()