GluiTextInput.this

Create a text input.

class GluiTextInput
this
(,
string placeholder = ""
,
void delegate
()
@trusted
submitted = null
)

Parameters

sup BasicNodeParam!index

Node parameters.

placeholder string

Placeholder text for the field.

submitted void delegate
()
@trusted

Callback for when the field is submitted (enter pressed, ctrl+enter if multiline).

Meta