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 ]
method private virtual on_locked : [> `V1 ] t -> unit

Lock activation event.

Notification that the pointer lock of the seat's pointer is activated.

method private virtual on_unlocked : [> `V1 ] t -> unit

Lock deactivation event.

Notification that the pointer lock of the seat's pointer is no longer active. If this is a oneshot pointer lock (see wp_pointer_constraints.lifetime) this object is now defunct and should be destroyed. If this is a persistent pointer lock (see wp_pointer_constraints.lifetime) this pointer lock may again reactivate in the future.

method min_version : int32
OCaml

Innovation. Community. Security.