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

Fix key event #101

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Fix key event #101

wants to merge 13 commits into from

Conversation

auxxos
Copy link

@auxxos auxxos commented Mar 5, 2024

In my opinion the key events have to enter the event queue on item level and not at window level.
I had issues to send key events to deep nested items. My fix resolved this.

Same for mouse events. They should be posted to the item level as well.

@auxxos auxxos marked this pull request as draft March 12, 2024 15:54
@auxxos auxxos marked this pull request as ready for review March 12, 2024 15:55
.gitignore Outdated
@@ -3,3 +3,4 @@
.idea
build
dep-libs
CMakeLists.txt.user
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't add any non project files to the .gitignore. There is already more in there than there should be actually. For files created by your editor, it is better to use a local .gitignore file: https://gist.github.com/subfuzion/db7f57fff2fb6998a16c

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.

2 participants