gyscos / gyscos/cursive

[FEATURE] Add support for mouse moved event

Open
#655 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.