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

Inefficient input handling in imgui_manager and characters not passed on to ImGui #163

Merged
merged 8 commits into from
May 24, 2023

Conversation

johannesugb
Copy link
Member

Fixes a rather nasty bug w.r.t. the input lambda used in imgui_man…ager::update(), which has led to a lot of useless copying. Also entered characters were not properly passed on in ImGui via input().entered_characters().

Furthermore, some formatting fixes/improvements.

@johannesugb johannesugb changed the base branch from master to development May 23, 2023 10:46
…ager::update()`, which has led to a lot of useless copying. Also entered characters were not properly passed on in ImGui via `input().entered_characters()`.

Furthermore, some formatting fixes/improvements.
@johannesugb johannesugb merged commit f34f1eb into development May 24, 2023
6 checks passed
@johannesugb johannesugb deleted the imgui_manager_input_fix branch May 24, 2023 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant