Question
KeyboardEvent Enter Key
On stage i have a button, TextInput and a TextArea component. I want the user to add some content in the TextInput field and when Enter is clicked on the Keyboard the content will be transferred and displayed in the TextArea. How do i do this? I know the keyCode == Keyboard.ENTER is to recognize when enter is pressed but to do this is more complicated.
Thank You
