Hello everyone,
I'm not sure if this is a bug or i missed something.
For example, we have the following Object types:
- Button, named LeftButton
- Button2, named RightButton
- Keyboard
- Text
If LeftButton or left arrow on Keyboard is pressed, text "Left" should be printed,
If RightButton or right arrow on Keyboard is pressed, text "Right" should be printed.
After running, it works if we start with keyboard arrows, but after clicking on butttons keyboard doesn't work anymore and the black frame is printed around button. Below is the code screenshot.