-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Plot::plot_hovered_indexes
interaction (index, subindex)
#2572
Conversation
Co-authored-by: Mingun <[email protected]>
I refactored to have the information of the hovered item such as is_in_radius, hovered indexes, item name. |
f268bbb
to
71f7964
Compare
after commit 71f7964 |
Plot::plot_hovered_indexes
interaction (index, subindex)Plot::plot_hovered_indexes
interaction (index, subindex)
Plot::plot_hovered_indexes
interaction (index, subindex)Plot::plot_hovered_indexes
interaction (index, subindex)
Plot::plot_hovered_indexes
interaction (index, subindex)Plot::plot_hovered_indexes
interaction (index, subindex)
I'm thinking of closing this PR in favor of a future pull request which integrates in Plot::Item a function src_index(plot_type: usize, src_index: usize ) which allows to use src_index() to return the type and a position in the origin of the data. |
closed in favor #2628 |
describe : emilk/egui_plot#4
related : #1778
depends : #2558