Package: gtk

Function gtk:gesture-bounding-box

Lambda List

gtk:gesture-bounding-box (gesture)

Arguments

gesture -- a gtk:gesture object

Return Value

The gdk:rectangle instance with the bounding box containing all active touches.

Details

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

Note: This function will yield unexpected results on touchpad gestures. Since there is no correlation between physical and pixel distances, these will look as if constrained in an infinitely small area, rect width and height will thus be 0 regardless of the number of touchpoints.
 

See also

#2024-7-27