Qyoto.QWidget.GrabGesture C# (CSharp) Method

GrabGesture() public method

public GrabGesture ( Qt type, uint flags ) : void
type Qt
flags uint
return void
        public void GrabGesture(Qt.GestureType type, uint flags)
        {
            interceptor.Invoke("grabGesture$$", "grabGesture(Qt::GestureType, Qt::GestureFlags)", typeof(void), typeof(Qt.GestureType), type, typeof(uint), flags);
        }

Same methods

QWidget::GrabGesture ( Qt type ) : void
QWidget