Skip to content

Commit

Permalink
Update src/Gestures/GestureTracker.vala
Browse files Browse the repository at this point in the history
Co-authored-by: Leo <[email protected]>
  • Loading branch information
leolost2605 and lenemter authored Dec 19, 2024
1 parent 7651f43 commit 970658f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gestures/GestureTracker.vala
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public class Gala.GestureTracker : Object {

/**
* @param percentage Value between 0 and 1.
* @param completions How often a full cycle of the gesture was completed in this go. Can be
* @param completions The number of times a full cycle of the gesture was completed in this go. Can be
* negative if the gesture was started in one direction but ended in the other. This is used to update
* the UI to the according state. 0 for example means that the UI should go back to the same state
* it was in before the gesture started.
Expand Down

0 comments on commit 970658f

Please sign in to comment.