Bowarc / chess_game

A multiplayer chess game made with ggez
1 stars 1 forks source link

TextEdit has no way to retreive the inner text #18

Closed hugolz closed 10 months ago

hugolz commented 11 months ago

Just add a function in the text edit struct to return a &String of the inner text

Something like in button for clicked this frame

You then just have toquery the inner textedit from the element by id. and call that function.