Hello!
I am using the Editor.TextChanged event to send individual keys to my server application. How can I detect if the latest character pressed was the newline char (Enter) ?
To clarify, I am NOT looking for the Completed event, the editing is not complete. I just need to detect if the latest key pressed was newline and then react to that.
Thanks in advance!