Qyoto.QWidget.KeyPressEvent C# (CSharp) Method

KeyPressEvent() private method

private KeyPressEvent ( Qyoto.QKeyEvent arg1 ) : void
arg1 Qyoto.QKeyEvent
return void
        protected virtual void KeyPressEvent(QKeyEvent arg1)
        {
            interceptor.Invoke("keyPressEvent#", "keyPressEvent(QKeyEvent*)", typeof(void), typeof(QKeyEvent), arg1);
        }
QWidget