Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upVKeyboard: on_key_up e on_key_down #6072
Comments
tshirtman
added
confirmed
easy
labels
Jan 15, 2019
This comment has been minimized.
This comment has been minimized.
Sires0
commented
Feb 7, 2019
|
Not sure but doesn't seems like a bug, seems more like lack of documentation, not sure why but(from what I understood in the code) if the window is SDL2 then it will emit a on_textinput event. Maybe you could try Also it wont dispatch the object, b_keycode, internal and b_modifiers like it happens on on_key_down, but it will dispatch only the object and the internal(a string with the key). Btw I love ur tutorials :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
excript commentedDec 10, 2018
•
edited by tshirtman
If you touch in a button from Keybord, the event on_key_up is work, but on_key_down just work in a little be keys.