FSO.Client.TSOGame.AddTextInput C# (CSharp) Méthode

AddTextInput() public méthode

Only used on desktop targets. Use extensive reflection to AVOID linking on iOS!
public AddTextInput ( ) : void
Résultat void
        void AddTextInput()
        {
            this.Window.GetType().GetEvent("TextInput").AddEventHandler(this.Window, (EventHandler<TextInputEventArgs>)GameScreen.TextInput);
        }