GesturePropertyName
public enum GesturePropertyName : String, PropertyNameProtocol
Undocumented
-
The number of touch points that trigger recognition on this gesture.
Declaration
Swift
case nPoints = "n-points" -
The name for this controller, typically used for debugging purposes.
Declaration
Swift
case name = "name" -
The limit for which events this controller will handle.
Declaration
Swift
case propagationLimit = "propagation-limit" -
The propagation phase at which this controller will handle events.
Declaration
Swift
case propagationPhase = "propagation-phase" -
The widget receiving the
GdkEventsthat the controller will handle.Declaration
Swift
case widget = "widget"
View on GitHub
Install in Dash
GesturePropertyName Enumeration Reference