pub fn input(x: i32, y: i32, txt: &str, deflt: &str) -> Option<String> ⓘ
dep_fltk
Displays an input box, which returns the inputted string. Can be used for gui io