pub const SELECTION_ROTATION_STEP: f64 = 0.25;Expand description
Fraction of a full Nuimo turn required to advance the selection
cursor by one candidate. 1.0 = one full 360° turn; 0.25 = a
quarter turn. Tuned experimentally: for the typical 2-4 candidate
case this gives roughly one candidate per thumb-flick, versus the
pre-damping behaviour where a finger slip cycled through every
candidate in the list.