When Kivy is used with the SDL2 window provider, vkeyboard triggers on_textinput instead of on_key_down.
i don't know if this can be seen as a bug in kivy or not. The commit which introduced this behavior: kivy/kivy@35ca827
When using on_textinput we don't get the modifier keys?
Do we need the modifier keys?
When Kivy is used with the SDL2 window provider, vkeyboard triggers on_textinput instead of on_key_down.
i don't know if this can be seen as a bug in kivy or not. The commit which introduced this behavior: kivy/kivy@35ca827
When using on_textinput we don't get the modifier keys?
Do we need the modifier keys?