InputCaptureZone#
Superclasses: Object
A representation of a zone that supports input capture.
The XdpInputCaptureZone object is used to represent a zone on the
user-visible desktop that may be used to set up
XdpInputCapturePointerBarrier objects. In most cases, the set of
XdpInputCaptureZone objects represent the available monitors but the
exact implementation is up to the implementation.
Properties#
- class InputCaptureZone
-
- props.is_valid: bool#
A boolean indicating whether this zone is currently valid. Zones are invalidated by the Portal’s ZonesChanged signal, see
zones_changed.Once invalidated, a Zone can be discarded by the caller, it cannot become valid again.