Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement control: GuiTextBoxMulti() #9

Closed
raysan5 opened this issue May 22, 2018 · 1 comment
Closed

Implement control: GuiTextBoxMulti() #9

raysan5 opened this issue May 22, 2018 · 1 comment

Comments

@raysan5
Copy link
Owner

raysan5 commented May 22, 2018

Multiline text box is a requirement for most GUI systems.

Some work has already been done on implementing GuiTextBoxMulti() but it's nor fully functional yet.

Similar to GuiTextBox() proposed implementation would be:

bool GuiTextBoxMulti(Rectangle bounds, char *text, int textSize, bool editMode);
@raysan5
Copy link
Owner Author

raysan5 commented Oct 21, 2018

done.

@raysan5 raysan5 closed this as completed Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant