geom3trik / tuix

Cross-platform GUI toolkit written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hover detection for widgets / on_hover callback

WeirdConstructor opened this issue · comments

Most notably for buttons (or possibly any widget) I need a callback when
the user hovers over a certain widget. Usecase for me would now be
displaying documentation for the hovered element or opening a tooltip.