Touch-Keyboard is returning numbers instead of letters
-
My latest Stroll Wars release has a strange behaviour, when run undocked, the touch keyboard shows the wrong input on screen.
In the screenshot I started typing at "A S D F G H J K L" and it showed me "1 2 3 4 4 5 5 6 6". Its like the area I press is interpreted as I would have touched it in the distance of 1/2 of the height of the keyboard above.Anyone seen this behaviour before? Elsewhere (e.g. in the code editor) the touch keyboard is behaving as expected.
-
It also happens, if I add
a = input("TEST")
to the very first line.
It does not happen in other projects, but it happens, if I copy that project. -
I could reproduce it. Write this code and the touch keyboard will not work properly :-(
So, I will try to switch to setMode(1280,720) before I show the input screen.setMode(1920, 1080) input("Test")
-
I've just moved this to bug reporting!