[FEATURE] Add support for mouse moved event
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
When writing editors with Cursive, it would be really desirable to have a mouse `Moved` event to get the current mouse position. Currently it is only possible to get the mouse position when a button is pressed or scrolled, so there is no way to know which column/row the mouse is hovering at at any time. It would be really useful if, on backends that support it, cursive reported such event (on backends that do not support it, such event would never be reported).
Contributor guide
Assessment
This issue has not been assessed yet.