cosmic-text/examples/rich-text
shadow3 750e1a4dd1
feat(editor): Implement pixel-based scrolling for the Editor (#418)
Refactors the Editor's scrolling implementation to be pixel-based instead of line-based. This provides smoother and more granular scrolling, which works more consistently across different input devices (like trackpads).

- The `Action::Scroll` variant now takes `pixels: f32`.
- The `Editor` now processes scroll actions using pixel values directly.
- Examples have been updated to reflect the new scrolling behavior.
2025-09-07 12:39:38 -06:00
..
src feat(editor): Implement pixel-based scrolling for the Editor (#418) 2025-09-07 12:39:38 -06:00
Cargo.toml Convert rich-text example to winit 2024-03-03 17:22:33 -07:00