lib.rs
Feb 2, 2025let texty: String = editable_lines(&mut app, // mut app stuct variable created by new impl on App. position!(100.0, 50.0, 50.0), // position struct created by macro. "enter:", // preluding text. "Blue", // color of the boarder. false, // if you wish for only single line input.); Changing initial Interactable text.