SFGUI
SFGUI copied to clipboard
add OnEnterKeyPressed signal to Entry widget
This PR adds new signal to Entry widget. Signal get fired when the "Enter" key is pressed. This seams to be usefull when you want to create entry and do some action on this specyfic key press.