InputCaptureZone
Object Hierarchy:
Description:
[
CCode ( type_id =
"xdp_input_capture_zone_get_type ()" ) ]
public class InputCaptureZone :
Object
A representation of a zone that supports input capture.
The [class@XdpInputCaptureZone] object is used to represent a zone on the user-visible desktop that may be used to set up [
class@XdpInputCapturePointerBarrier] objects. In most cases, the set of [class@XdpInputCaptureZone] objects represent the available
monitors but the exact implementation is up to the implementation.
Content:
Properties:
- public uint height { get; construct; }
The height of this zone in logical pixels
- public bool is_valid { get; set; }
A boolean indicating whether this zone is currently valid.
- public uint width { get; construct; }
The width of this zone in logical pixels
- public int x { get; construct; }
The x offset of this zone in logical pixels
- public int y { get; construct; }
The x offset of this zone in logical pixels
- public uint zone_set { get; construct; }
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object