This is almost similar to
aInputField.onEndEdit.AddListener(delegate{whatever method});
However, I do not want to trigger the function on loose focus but only when the user presses enter
↧