Qyoto.QWidget.UngrabGesture C# (CSharp) Méthode

UngrabGesture() public méthode

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