fltk_input_value
fn
const(char) * fltk_input_value(InputPtr input)Gets the input's text value.
Parameters
input | The input |
Returns
Current text (never null, may be empty)
const(char) * fltk_input_value(InputPtr input)Gets the input's text value.
input | The input |