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

OnKeyDown() 보호된 메소드

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