MCPcopy Create free account
hub / github.com/angular-rust/ux-components / step_h

Method step_h

src/elements/scrollable.rs:273–275  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

271
272 #[inline]
273 pub fn step_h(&self) -> f32 {
274 self.units_to_scroll_h / self.container.w()
275 }
276
277 #[inline]
278 pub fn step_v(&self) -> f32 {

Callers 1

mousewheelMethod · 0.45

Calls 1

wMethod · 0.45

Tested by

no test coverage detected