Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

The node finder should use button_released(MouseButton::Secondary) when available #42

Open
setzer22 opened this issue Jun 21, 2022 · 0 comments

Comments

@setzer22
Copy link
Owner

In #40, a change was introduced where the check to spawn the node finder used mouse.button_released instead of mouse.secondary_down(). This is the more correct behavior, as you only want to spawn the finder once the click is complete. Unfortunately, this is only available on egui master, not 0.18, so this change cannot be applied until egui 0.19 is released.

I'm leaving this issue as a reminder

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant