MonoGameUi.Control.OnKeyPress C# (CSharp) 메소드

OnKeyPress() 보호된 메소드

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