MonoGameUi.Control.OnKeyPress C# (CSharp) Method

OnKeyPress() protected method

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