MonoGameUi.Control.OnKeyDown C# (CSharp) Method

OnKeyDown() protected method

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