[][src]Module darkside::input

Structs

Input

Functions

add_input_char

Add a new char to the end of the input value

get_input_value

Return the current input value

new_input

Create a new input

remove_input_last_char

Remove the last char from the input value

render_input

Render the input widget

set_input_obscure

Specify if the input value should be obscure or not

set_input_prompt

Set new prompt for input

set_input_value

Set the input value

set_input_visible

Specify if the input value should be displayed or not