Nav: Support for fallback horizontal scrolling with PadLeft/PadRight (nb: fallback scrolling is only used to navigate windows that have no interactive items). (#787)
// Fallback manual-scroll with NavUp/NavDown when window has no navigable item
// *Fallback* manual-scroll with NavUp/NavDown when window has no navigable item
constfloatscroll_speed=ImFloor(g.NavWindow->CalcFontSize()*100*g.IO.DeltaTime+0.5f);// We need round the scrolling speed because sub-pixel scroll isn't reliably supported.
constfloatscroll_speed=ImFloor(g.NavWindow->CalcFontSize()*100*g.IO.DeltaTime+0.5f);// We need round the scrolling speed because sub-pixel scroll isn't reliably supported.