Hello.
Unity Flash keyboard handling seems to break if I do this:
-
Press down a key.
-
Click outside the Flash frame.
-
Release the key. The game still behaves as if the key was down.
-
Click inside the Flash frame. The game still behaves as if the key was down.
I can only correct this by pressing and releasing the same key again. So looks like Unity never receives the key release event. Unity webplayer seems to handle this way better by assuming all keys released if you click outside the webplayer frame.
Any ideas how to get around this? Our app has stuff in the surrounding website so it would be nice to avoid weird behavior is the user clicks on them.