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

Iris.InputTextMultiline #40

Open
SirMallard opened this issue Dec 27, 2023 · 1 comment
Open

Iris.InputTextMultiline #40

SirMallard opened this issue Dec 27, 2023 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@SirMallard
Copy link
Collaborator

No description provided.

@SirMallard SirMallard added the enhancement New feature or request label Dec 27, 2023
@Michael-48
Copy link
Owner

Updating this issue to reflect the way ImGui handles multiline text input. In ImGui it is its own function, ImGui::InputTextMultiline(). This is probably better because it has an additional argument, const ImVec2& size = ImVec2(0, 0) which determines its size in characters.

@Michael-48 Michael-48 changed the title Allow multiline on Iris.TextInput Iris.InputTextMultiline Dec 28, 2023
@Michael-48 Michael-48 added this to the v2.3.0 milestone Mar 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants