package oxbow

  1. Overview
  2. Docs
Dynamic window manager for the river Wayland compositor

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.1.1.tar.gz
md5=a182e6d368a65e6752771e41e651713f
sha512=020d2c7f9f4e06966ca56695e24eb0b41dd12500aa65d2cd9b56e03068bbb6ea7770de0a33c04f0d054bd474bee8c2b36bb46af86266c9823490e1bd0810c027

doc/oxbow.river/River/Server/Input/Config/River_libinput_config_v1/class-v2/index.html

Class River_libinput_config_v1.v2Source

Handler for a proxy with version >= 2.

constraint 'a = [< `V2 ]
method private virtual on_stop : [> `V2 ] t -> unit

Stop sending events.

This request indicates that the client no longer wishes to receive events on this object.

The Wayland protocol is asynchronous, which means the server may send further events until the stop request is processed. The client must wait for a river_libinput_config_v1.finished event before destroying this object.

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

Destroy the river_libinput_config_v1 object.

This request should be called after the finished event has been received to complete destruction of the object.

It is a protocol error to make this request before the finished event has been received.

If a client wishes to destroy this object it should send a river_libinput_config_v1.stop request and wait for a river_libinput_config_v1.finished event. Once the finished event is received it is safe to destroy this object and any other objects created through this interface.

method private virtual on_create_accel_config : [> `V2 ] t -> ([ `River_libinput_accel_config_v1 ], 'a, [ `Server ]) Proxy.t -> profile:Imports.River_libinput_device_v1.Accel_profile.t -> unit

Create a acceleration config.

Create a acceleration config which can be applied with river_libinput_device_v1.apply_accel_config.

method min_version : int32
method bind_version : [ `V2 ]