We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a0b63 commit 7651f43Copy full SHA for 7651f43
src/Gestures/GestureTracker.vala
@@ -88,6 +88,10 @@ public class Gala.GestureTracker : Object {
88
89
/**
90
* @param percentage Value between 0 and 1.
91
+ * @param completions How often a full cycle of the gesture was completed in this go. Can be
92
+ * negative if the gesture was started in one direction but ended in the other. This is used to update
93
+ * the UI to the according state. 0 for example means that the UI should go back to the same state
94
+ * it was in before the gesture started.
95
*/
96
public signal void on_end (double percentage, int completions, int calculated_duration);
97
0 commit comments