Skip to content

Conversation

@LemonHeadOnGit
Copy link

@LemonHeadOnGit LemonHeadOnGit commented Aug 4, 2025

window.GetKeyName() could return a null value causing a segmentation fault under certain circumstances. This has been mitigated by handling the GetKeyName function outside of the ImGui block.

Please do tell me if there is any code I should change or if I should approach this in a different way! I am very much open to learning more about better C++ practices :)

Fixes #87

window.GetKeyName could return a null value causing a segmentation
fault under certain circumstances. This has been mitigated by
handling the GetKeyName function outside of the ImGui block.
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

Successfully merging this pull request may close these issues.

Segfault on window.GetKeyName()

1 participant