We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Text should be pickable, with an eye to implementing a first party editable text field.
A picking backend for Text and Text2d that gives the position in text of the pointer interaction.
Text
Text2d
Third party crates, like bevy_cosmic_edit and bevy_simple_text_input. Though both crates could benefit from having text picking built in.
bevy_cosmic_edit
bevy_simple_text_input
I'm working on a backend in this draft PR, comments and improvements welcome :) #17775
The text was updated successfully, but these errors were encountered:
Related: #17748
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What problem does this solve or what need does it fill?
Text should be pickable, with an eye to implementing a first party editable text field.
What solution would you like?
A picking backend for
Text
andText2d
that gives the position in text of the pointer interaction.What alternative(s) have you considered?
Third party crates, like
bevy_cosmic_edit
andbevy_simple_text_input
. Though both crates could benefit from having text picking built in.Additional context
I'm working on a backend in this draft PR, comments and improvements welcome :) #17775
The text was updated successfully, but these errors were encountered: