package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Handler for a proxy with version >= 1.

constraint 'a = [< `V1 | `V2 | `V3 ]
method private virtual on_capture_output : [> `V1 | `V2 | `V3 ] t -> ([ `Zwlr_screencopy_frame_v1 ], 'b, [ `Server ]) {Proxy}2.t -> overlay_cursor:int32 -> output: ([ `Wl_output ], [> {Imports}1.Wl_output.versions ], [ `Server ]) {Proxy}2.t -> unit

Capture an output.

Capture the next frame of an entire output.

method private virtual on_capture_output_region : [> `V1 | `V2 | `V3 ] t -> ([ `Zwlr_screencopy_frame_v1 ], 'b, [ `Server ]) {Proxy}2.t -> overlay_cursor:int32 -> output: ([ `Wl_output ], [> {Imports}1.Wl_output.versions ], [ `Server ]) {Proxy}2.t -> x:int32 -> y:int32 -> width:int32 -> height:int32 -> unit

Capture an output's region.

Capture the next frame of an output's region.

The region is given in output logical coordinates, see xdg_output.logical_size. The region will be clipped to the output's extents.

method private virtual on_destroy : [> `V1 | `V2 | `V3 ] t -> unit

Destroy the manager.

All objects created by the manager will still remain valid, until their appropriate destroy request has been called.

method min_version : int32
method bind_version : [ `V1 ]