Making a Textfield keep focus

What I basically want to do is create a Textfield that takes user input, even if they have clicked somewhere else on the screen.

As I understand it, clicking on another object will cause the Textfield to lose focus and no longer take input. Is there a way around this?

Thanks in advance :slight_smile: