1
General / Re: need help with virtual keyboard and the erase to left character
« on: December 17, 2019, 06:16:01 pm »
Thanx for replying.
Yeh ive tested Arabic characters on laptop keyboard and it works fine, and i even built my own mini keyboard in my mini game using sfml sprites and it worked.
but the problem here is with the virtual keyboard that pops up in mobile phone when you need to write something, sf::Event::Textentered doesnt seem to spot some characters pressed in the virtual keyboard, its like they are never pressed.
The erase to left button in mobile phone does what backspace button do in the pc keyboard but with a different unicode id. this link shows info on erase to lift button.
https://www.fileformat.info/info/unicode/char/232b/index.htm
Note: i use sf::Keyboard::setVirtualKeyboardVisible(true) to let the mobile keyboard pops up in Android mobile phone.
Yeh ive tested Arabic characters on laptop keyboard and it works fine, and i even built my own mini keyboard in my mini game using sfml sprites and it worked.
but the problem here is with the virtual keyboard that pops up in mobile phone when you need to write something, sf::Event::Textentered doesnt seem to spot some characters pressed in the virtual keyboard, its like they are never pressed.
The erase to left button in mobile phone does what backspace button do in the pc keyboard but with a different unicode id. this link shows info on erase to lift button.
https://www.fileformat.info/info/unicode/char/232b/index.htm
Note: i use sf::Keyboard::setVirtualKeyboardVisible(true) to let the mobile keyboard pops up in Android mobile phone.