I have a textbox that players type into on console, but after closing the on screen keyboard and finishing the typing. The focus isnt lost on the textbox. The system works off focus lost for creating a class, you type the classes name, and once focus is lost (you push enter or click off of it) it creates the class. I saw :ReleaseFocus(), but how can i detect when the player has closed their consoles on screen keyboard?
Hey,
It looks like the ReturnPressedFromOnScreenKeyboard event will fire when on screen keyboards for mobile and console lose focus.