GestureMultiPress.setArea

void setArea(gdk.rectangle.Rectangle rect)

If rect is non-null, the press area will be checked to be confined within the rectangle, otherwise the button count will be reset so the press is seen as being the first one. If rect is null, the area will be reset to an unrestricted state.

Note

The rectangle is only used to determine whether any

non-first click falls within the expected area. This is not akin to an input shape.

Parameters

rectrectangle to receive coordinates on