Crate bevy_simple_text_input
source ·Expand description
A Bevy plugin the provides a simple single-line text input widget.
Structs§
- A component containing the current value of the text input.
- A bundle providing the additional components required for a text input.
- The timer controlling the blinking cursor. The cursor is toggled when the timer is finished.
- If true, the text input does not respond to keyboard events.
- A
Pluginproviding the systems and assets required to make aTextInputBundlework. - An event that is fired when the user presses the enter key.
- The
TextStylethat will be used when creating the text input’s innerTextBundle.