Hello. my sdl app on Android ask user to type his name, I already solve problem with showing and hiding virtual keyboard. But when I try to get keysym for keys on numeric part of keyboard i receive wrong keycodes, or first I receive F1 and then code of pressed key.Does enyone know how can i handle right keycodes or make remapping some other way?
And another my question is: How can i get height of virtual keyboard in native code or JAVA if it has different height for different keyboard.
Thanks!

