Home
last modified time | relevance | path

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

/glogg/glogg/src/
H A Dviewtools.cpp
/glogg/src/
H A Dviewtools.cpp28 static constexpr int MAX_POSITION = 2000; in move() local
37 position_ = std::min( position_ + ( value - resistance ), MAX_POSITION ); in move()