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 0235237 commit c5af5b9Copy full SHA for c5af5b9
src/Gestures/Gesture.vala
@@ -45,12 +45,14 @@ namespace Gala {
45
/**
46
* The x coordinate of the initial contact point for the gesture.
47
* Doesn't have to be set. In that case it is set to {@link INVALID_COORD}.
48
+ * Currently the only backend not setting this is {@link GestureTracker.enable_touchpad}.
49
*/
50
public float origin_x = INVALID_COORD;
51
52
53
* The y coordinate of the initial contact point for the gesture.
54
55
56
57
public float origin_y = INVALID_COORD;
58
}
0 commit comments