Qyoto.QWidget.UngrabGesture C# (CSharp) Method

UngrabGesture() public method

public UngrabGesture ( Qt type ) : void
type Qt
return void
        public void UngrabGesture(Qt.GestureType type)
        {
            interceptor.Invoke("ungrabGesture$", "ungrabGesture(Qt::GestureType)", typeof(void), typeof(Qt.GestureType), type);
        }
QWidget