Package: gtk

Function gtk:gesture-bounding-box-center

Lambda List

gtk:gesture-bounding-box-center (gesture)

Arguments

gesture -- a gtk:gesture object

Return Value

x -- a double float with the x coordinate for the bounding box center
y -- a double float with the y coordinate for the bounding box center

Details

If there are touch sequences being currently handled by gesture, this function returns in x and y the center of the bounding box containing all active touches. Otherwise, false will be returned.
 

See also

#2024-7-27