Hi,
I’m porting one of my projects from 2.6 over to 3, and I’ve run into some difficulty with my chat window. What I would do is in the Update() call check for the enter key to decide whether to open the chat. Then I’d use that same call with a toggle to decide to close the chat when they pressed enter again.
However, it looks like in 3 the gui absorbs key presses before they get to Update()… which is awesome for other projects in which I’d assumed that and had some problems… but now I’m not sure how to work around it in this case.
Does anyone have any suggestions?
Thanks,