Expand description
§Prompt widgets for conrod
These widgets are used to create prompts for the user to interact with on-screen.
The library is organized as a generic Prompt widget which has an internal widget
which accepts user interaction.
Some common user interaction cases are implemented already:
Ack: a prompt for when you want the user to see a message and acknowledge itYesNo: a prompt for when you want the user to see a message and indicate whether or not they accept it
Re-exports§
Modules§
- ack
- The
Ackwidget and related items. - text_
confirm - yesno
- The YesNo widget and related items.