I have a text box, when players enter text it will display. I am having issues though as it seems that one key pressed will generate TWO events.
How can I determine which event I should listen to, and when.
Secondly, how can I flag the other events so it can be ignored further down the widget tree.