UNPKG

@nodegui/nodegui

Version:

A cross-platform library to build native desktop apps.

9 lines (8 loc) 171 B
export declare enum GestureType { TapGesture = 1, TapAndHoldGesture = 2, PanGesture = 3, PinchGesture = 4, SwipeGesture = 5, CustomGesture = 256 }