MonoGameUi.Control.OnKeyPress C# (CSharp) Méthode

OnKeyPress() protected méthode

Wird aufgerufen, wenn eine Taste gedrückt ist.
protected OnKeyPress ( KeyEventArgs args ) : void
args KeyEventArgs Zusätzliche Daten zum Event.
Résultat void
        protected virtual void OnKeyPress(KeyEventArgs args)
        {
        }