Answered
Detecting when TextInput is selected
I'm trying to detect when a user clicks in a text input box.
The project is going to be displayed on a touch screen monitor, and
I have an onscreen keyboard, so I need to come up with a way to
tell which text input box the user is trying to type in...
thanks!