We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See gdk::keys module for how it could look like.
gdk::keys
Also the gtk4::EventControllerKey currently provides plain u32 for keyval/keycode in its events. That should probably be an enum too.
gtk4::EventControllerKey
u32
The text was updated successfully, but these errors were encountered:
gdk: properly export all consts
db1ea73
Fixes #49
4ec4871
0eeba61
Successfully merging a pull request may close this issue.
See
gdk::keys
module for how it could look like.Also the
gtk4::EventControllerKey
currently provides plainu32
for keyval/keycode in its events. That should probably be an enum too.The text was updated successfully, but these errors were encountered: