How to make a Editable Text Box register input without having to click on it?

Hi all! For a game I’m making, I’m creating a little “Work on your computer” mini-game, and I’m just getting it set up. You can see it in the video below.
https://www.youtube.com/watch?v=Hj1au8mrnrE

So, when you press ‘E’ while looking at the computer, in this prototyped form, it brings up a text box, shows your computer cursor in-game, and switches your IMC to better register keyboard input. But as you can see in the video, you have to hover over the text box + click on it before you can start typing. What I want is for that editable text box to just immediately register keyboard inputs, without having to click on it with your mouse. Any idea how to make that happen?

Thanks so much for your time.

Hi,

Have you tried calling Set Keyboard Focus on the widget after showing it?

If it does what it says on the box, should be just the ticket.

1 Like

BEAUTIFUL! That was indeed the ticket! Thank you so so very much! :partying_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.