You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I call Raygui.text_box bounds text edit_mode the result will append the byte 0 onto text even if no key has been pressed. I can work around this by trimming 0's off the result.
Also, the doc comment suggests there is is a text_size argument, which text_box doesn't actually have.
The text was updated successfully, but these errors were encountered:
When I call
Raygui.text_box bounds text edit_mode
the result will append the byte0
ontotext
even if no key has been pressed. I can work around this by trimming 0's off the result.Also, the doc comment suggests there is is a
text_size
argument, whichtext_box
doesn't actually have.The text was updated successfully, but these errors were encountered: