Hi,
I have a TopDown project, so I control my character movement with my mouse, if I stay clicked and move the mouse, my character will follow the cursor.
On this, I have a Widget that contains a TextBox.
What I want to do is while I have my mouse’s left button down, if I pressed any key, this will add the pressed character to my textbox, but still moving my character. (So don’t set keyboard focus on my textbox)
I don’t know if is there any way to do that ?